Commit 9219a602 authored by Laurent Aimar's avatar Laurent Aimar

Enabled ffmpeg PAL8 support (fix #2000)

parent f3205789
......@@ -94,6 +94,10 @@ static const struct
#endif
{VLC_FOURCC('G','R','E','Y'), PIX_FMT_GRAY8, 0, 0, 0},
/* Paletized RGB */
{VLC_FOURCC('R','G','B','P'), PIX_FMT_PAL8, 0, 0, 0},
{ 0, 0, 0, 0, 0 }
};
......
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