diff options
author | Alex Converse <alex.converse@gmail.com> | 2012-01-26 18:06:57 -0800 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2012-01-26 18:06:57 -0800 |
commit | 08628b6afbc9b708b46f871f25a7a6be76ba4337 (patch) | |
tree | 6063cb6d50678d2784b865239bb78510240afddb /libswscale | |
parent | 5eda82aac9b400f0435293db9b102bd4e9749a7b (diff) | |
download | ffmpeg-08628b6afbc9b708b46f871f25a7a6be76ba4337.tar.gz |
Revert "sws/pixfmt/pixdesc: add support for yuva444p"
This reverts commit fc115c80b7bf6f1f5a937ee7f6e14630d99eb4dd.
Tests are broken.
Diffstat (limited to 'libswscale')
-rw-r--r-- | libswscale/utils.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libswscale/utils.c b/libswscale/utils.c index 3d94499986..b49f924244 100644 --- a/libswscale/utils.c +++ b/libswscale/utils.c @@ -104,7 +104,6 @@ static const FormatEntry format_entries[PIX_FMT_NB] = { [PIX_FMT_YUV440P] = { 1 , 1 }, [PIX_FMT_YUVJ440P] = { 1 , 1 }, [PIX_FMT_YUVA420P] = { 1 , 1 }, - [PIX_FMT_YUVA444P] = { 1 , 1 }, [PIX_FMT_RGB48BE] = { 1 , 1 }, [PIX_FMT_RGB48LE] = { 1 , 1 }, [PIX_FMT_RGB565BE] = { 1 , 1 }, |