summaryrefslogtreecommitdiff
path: root/libavcodec/utvideo.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2016-09-04 15:51:33 +0200
committerPaul B Mahol <onemda@gmail.com>2016-09-04 15:51:33 +0200
commit3c55baf08f7ef7f69baf9217ff87977f21ccf921 (patch)
treefcf841424d7453bd2fdb1a6f075d632c1608c9d8 /libavcodec/utvideo.h
parent28b920c09b6bb39b9a72ca140c5d76ca52dbef81 (diff)
avccodec/utvideoenc: support encoding ULY4 and ULH4
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec/utvideo.h')
-rw-r--r--libavcodec/utvideo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/utvideo.h b/libavcodec/utvideo.h
index b785bf057a..49ddf49882 100644
--- a/libavcodec/utvideo.h
+++ b/libavcodec/utvideo.h
@@ -56,6 +56,7 @@ enum {
UTVIDEO_RGBA = MKTAG(0x00, 0x00, 0x02, 0x18),
UTVIDEO_420 = MKTAG('Y', 'V', '1', '2'),
UTVIDEO_422 = MKTAG('Y', 'U', 'Y', '2'),
+ UTVIDEO_444 = MKTAG('Y', 'V', '2', '4'),
};
/* Mapping of libavcodec prediction modes to Ut Video's */