Commit 9c440283 authored by Laurent Aimar's avatar Laurent Aimar

Removed old hack (for YUVA)

parent 68df1aa5
...@@ -43,8 +43,6 @@ static const struct ...@@ -43,8 +43,6 @@ static const struct
} chroma_table[] = } chroma_table[] =
{ {
/* Planar YUV formats */ /* Planar YUV formats */
VLC_FF( ('Y','U','V','A'), PIX_FMT_YUV444P ), /* Hack */
VLC_FF( ('I','4','4','4'), PIX_FMT_YUV444P ), VLC_FF( ('I','4','4','4'), PIX_FMT_YUV444P ),
VLC_FF( ('J','4','4','4'), PIX_FMT_YUVJ444P ), VLC_FF( ('J','4','4','4'), PIX_FMT_YUVJ444P ),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment