diff options
Diffstat (limited to 'src/lib/ffmpeg_examiner.h')
| -rw-r--r-- | src/lib/ffmpeg_examiner.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/ffmpeg_examiner.h b/src/lib/ffmpeg_examiner.h index 793460f9b..21fbac92a 100644 --- a/src/lib/ffmpeg_examiner.h +++ b/src/lib/ffmpeg_examiner.h @@ -42,6 +42,8 @@ public: Frame video_length () const; boost::optional<double> sample_aspect_ratio () const; bool yuv () const; + int log2_chroma_width () const; + int log2_chroma_height () const; std::vector<std::shared_ptr<FFmpegSubtitleStream>> subtitle_streams () const { return _subtitle_streams; |
