1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +02:00

Revert "sws/pixfmt/pixdesc: add support for yuva444p"

This reverts commit fc115c80b7.

Tests are broken.
This commit is contained in:
Alex Converse
2012-01-26 18:06:57 -08:00
parent 5eda82aac9
commit 08628b6afb
9 changed files with 1 additions and 21 deletions

View File

@@ -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 },