diff options
Diffstat (limited to 'src/lib/ffmpeg_examiner.h')
| -rw-r--r-- | src/lib/ffmpeg_examiner.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_examiner.h b/src/lib/ffmpeg_examiner.h index ad64f349d..c85a76d40 100644 --- a/src/lib/ffmpeg_examiner.h +++ b/src/lib/ffmpeg_examiner.h @@ -59,6 +59,8 @@ public: PixelQuanta pixel_quanta () const override; + bool has_alpha() const override; + AVColorRange color_range () const { return video_codec_context()->color_range; } @@ -77,7 +79,6 @@ public: boost::optional<int> bits_per_pixel () const; - bool has_alpha() const; boost::optional<double> rotation () const { return _rotation; |
