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

Add HDYC fourCC for some HD Raw Videos.

parent 9d62adbe
...@@ -102,6 +102,7 @@ static int OpenDecoder( vlc_object_t *p_this ) ...@@ -102,6 +102,7 @@ static int OpenDecoder( vlc_object_t *p_this )
/* Packed YUV */ /* Packed YUV */
case VLC_FOURCC('Y','U','Y','2'): case VLC_FOURCC('Y','U','Y','2'):
case VLC_FOURCC('U','Y','V','Y'): case VLC_FOURCC('U','Y','V','Y'):
case VLC_FOURCC('H','D','Y','C'):
/* RGB */ /* RGB */
case VLC_FOURCC('R','V','3','2'): case VLC_FOURCC('R','V','3','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