diff options
Diffstat (limited to 'src/lib/ffmpeg_examiner.h')
| -rw-r--r-- | src/lib/ffmpeg_examiner.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ffmpeg_examiner.h b/src/lib/ffmpeg_examiner.h index f6fe8c423..57c97c542 100644 --- a/src/lib/ffmpeg_examiner.h +++ b/src/lib/ffmpeg_examiner.h @@ -103,6 +103,7 @@ private: */ Frame _video_length = 0; bool _need_video_length = false; + bool _need_audio_length = false; boost::optional<double> _rotation; bool _pulldown = false; |
