summaryrefslogtreecommitdiff
path: root/libavformat/isom.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2012-01-04 15:35:15 +0100
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2012-01-04 15:37:59 +0100
commit17edc370b2e0656ed827b20a865347a9c87cbc1a (patch)
tree7d14fd5c08a87594d99f2e4680feeb49ac1611a4 /libavformat/isom.c
parent2754514787838d00753c27e044494a49608b7e4d (diff)
yuv4 libquicktime packed 4:2:0 encoder and decoder.
Reviewed-by: Derek Buitenhuis Reviewed-by: Paul B Mahol
Diffstat (limited to 'libavformat/isom.c')
-rw-r--r--libavformat/isom.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/isom.c b/libavformat/isom.c
index 1e7b79c288..8f898343d6 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -94,6 +94,7 @@ const AVCodecTag codec_movvideo_tags[] = {
{ CODEC_ID_V308, MKTAG('v', '3', '0', '8') }, /* UNCOMPRESSED 4:4:4 */
{ CODEC_ID_V410, MKTAG('v', '4', '1', '0') }, /* UNCOMPRESSED 10BIT 4:4:4 */
{ CODEC_ID_Y41P, MKTAG('Y', '4', '1', 'P') }, /* UNCOMPRESSED 12BIT 4:1:1 */
+ { CODEC_ID_YUV4, MKTAG('y', 'u', 'v', '4') }, /* libquicktime packed yuv420p */
{ CODEC_ID_MJPEG, MKTAG('j', 'p', 'e', 'g') }, /* PhotoJPEG */
{ CODEC_ID_MJPEG, MKTAG('m', 'j', 'p', 'a') }, /* Motion-JPEG (format A) */