summaryrefslogtreecommitdiffstats
path: root/libavcodec/libutvideoenc.cpp
diff options
context:
space:
mode:
authorStephen Hutchinson <qyot27@gmail.com>2013-06-09 08:08:03 -0400
committerMichael Niedermayer <michaelni@gmx.at>2013-06-10 10:12:15 +0200
commit8ed6c13fe3d7990962c10f22dc0b60dba67d7a04 (patch)
tree525a2af88d45cc62cda71664add32ecf7e470e3b /libavcodec/libutvideoenc.cpp
parent0047da071ed18318e87b6e59d7442f37e24f5678 (diff)
downloadffmpeg-streaming-8ed6c13fe3d7990962c10f22dc0b60dba67d7a04.zip
ffmpeg-streaming-8ed6c13fe3d7990962c10f22dc0b60dba67d7a04.tar.gz
libutvideo: Add ULH0 and ULH2 decoding when using version 13.0.1
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/libutvideoenc.cpp')
-rw-r--r--libavcodec/libutvideoenc.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/libutvideoenc.cpp b/libavcodec/libutvideoenc.cpp
index 07205f7..44cd42f 100644
--- a/libavcodec/libutvideoenc.cpp
+++ b/libavcodec/libutvideoenc.cpp
@@ -21,7 +21,8 @@
/**
* @file
* Known FOURCCs:
- * 'ULY0' (YCbCr 4:2:0), 'ULY2' (YCbCr 4:2:2), 'ULRG' (RGB), 'ULRA' (RGBA)
+ * 'ULY0' (YCbCr 4:2:0), 'ULY2' (YCbCr 4:2:2), 'ULRG' (RGB), 'ULRA' (RGBA),
+ * 'ULH0' (YCbCr 4:2:0 BT.709), 'ULH2' (YCbCr 4:2:2 BT.709)
*/
extern "C" {
OpenPOWER on IntegriCloud