Add bits per pixel to video content properties.
[dcpomatic.git] / src / lib / ffmpeg_examiner.h
index f5ee95acfe82e10a956df807186646d6fcbf317a..795a9c6ff7aa189ff1982ebaaa2dd56dbf559a30 100644 (file)
@@ -64,6 +64,8 @@ public:
                return video_codec_context()->colorspace;
        }
 
+       int bits_per_pixel () const;
+
 private:
        void video_packet (AVCodecContext *);
        void audio_packet (AVCodecContext *, boost::shared_ptr<FFmpegAudioStream>);