diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-07-02 22:32:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-07-02 22:32:12 +0100 |
| commit | 02478f9f6af48b6209a8e87401025237b7461986 (patch) | |
| tree | eb21f4a36bf2b665c8f41b3fcb3417862dcd7084 /src/lib/ffmpeg_examiner.h | |
| parent | d42225fe5b857fc78979fdb7c980ede67b008785 (diff) | |
Add bits per pixel to video content properties.
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 f5ee95acf..795a9c6ff 100644 --- a/src/lib/ffmpeg_examiner.h +++ b/src/lib/ffmpeg_examiner.h @@ -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>); |
