Commit 9d62adbe authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Add Y41B and Y42B FourCC. Solves rare raw video detection.

parent 8ea82fe4
......@@ -96,6 +96,8 @@ static int OpenDecoder( vlc_object_t *p_this )
case VLC_FOURCC('I','4','1','1'):
case VLC_FOURCC('I','4','1','0'):
case VLC_FOURCC('Y','V','U','9'):
case VLC_FOURCC('Y','4','2','B'):
case VLC_FOURCC('Y','4','1','B'):
/* Packed YUV */
case VLC_FOURCC('Y','U','Y','2'):
......
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