summaryrefslogtreecommitdiffstats
path: root/libavcodec/raw.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2012-04-06 00:53:09 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2012-04-06 00:53:09 +0200
commit76c79aa28fc8cf0bfe52915317a3cfc72383d0ef (patch)
treecbe61b8b46fc3bb914bd234cd4611d855ee2c04a /libavcodec/raw.c
parent2c5a2958e961c25434a54c832a04139525f661da (diff)
downloadffmpeg-streaming-76c79aa28fc8cf0bfe52915317a3cfc72383d0ef.zip
ffmpeg-streaming-76c79aa28fc8cf0bfe52915317a3cfc72383d0ef.tar.gz
Support yuva444p rawvideo in nut.
Fixes ticket #1058.
Diffstat (limited to 'libavcodec/raw.c')
-rw-r--r--libavcodec/raw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/raw.c b/libavcodec/raw.c
index ec532a3..c10b52f 100644
--- a/libavcodec/raw.c
+++ b/libavcodec/raw.c
@@ -130,6 +130,7 @@ const PixelFormatTag ff_raw_pix_fmt_tags[] = {
{ PIX_FMT_YUV444P16LE, MKTAG('Y', '3', 0 , 16 ) },
{ PIX_FMT_YUV444P16BE, MKTAG(16 , 0 , '3', 'Y') },
{ PIX_FMT_YUVA420P, MKTAG('Y', '4', 11 , 8 ) },
+ { PIX_FMT_YUVA444P, MKTAG('Y', '4', 0 , 8 ) },
{ PIX_FMT_GRAY8A, MKTAG('Y', '2', 0 , 8 ) },
/* quicktime */
OpenPOWER on IntegriCloud