summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-07-02 22:32:12 +0100
committerCarl Hetherington <cth@carlh.net>2015-07-02 22:32:12 +0100
commit02478f9f6af48b6209a8e87401025237b7461986 (patch)
treeeb21f4a36bf2b665c8f41b3fcb3417862dcd7084 /src/lib/ffmpeg_content.h
parentd42225fe5b857fc78979fdb7c980ede67b008785 (diff)
Add bits per pixel to video content properties.
Diffstat (limited to 'src/lib/ffmpeg_content.h')
-rw-r--r--src/lib/ffmpeg_content.h1
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