Commit d56415db authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Support J440 and I440 in raw video codec

This happens in some jpeg files
parent c7ab9f11
......@@ -94,6 +94,8 @@ static int OpenDecoder( vlc_object_t *p_this )
/* Planar YUV */
case VLC_CODEC_I444:
case VLC_CODEC_J444:
case VLC_CODEC_I440:
case VLC_CODEC_J440:
case VLC_CODEC_I422:
case VLC_CODEC_J422:
case VLC_CODEC_I420:
......
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