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_content.h | |
| parent | d42225fe5b857fc78979fdb7c980ede67b008785 (diff) | |
Add bits per pixel to video content properties.
Diffstat (limited to 'src/lib/ffmpeg_content.h')
| -rw-r--r-- | src/lib/ffmpeg_content.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ffmpeg_content.h b/src/lib/ffmpeg_content.h index 05f6cebb6..b2a492e68 100644 --- a/src/lib/ffmpeg_content.h +++ b/src/lib/ffmpeg_content.h @@ -122,6 +122,7 @@ private: AVColorPrimaries _color_primaries; AVColorTransferCharacteristic _color_trc; AVColorSpace _colorspace; + int _bits_per_pixel; }; #endif |
