Commit d9f8dcc6 authored by Laurent Aimar's avatar Laurent Aimar

Fixed the YUV fallbacks for I440.

parent 895d2a08
......@@ -1346,7 +1346,7 @@ static const vlc_fourcc_t p_I440_fallback[] = {
VLC_CODEC_YUV_PLANAR_422,
VLC_CODEC_YUV_PLANAR_444,
VLC_CODEC_YUV_PACKED,
VLC_CODEC_I411, VLC_CODEC_I410, VLC_CODEC_Y211,
VLC_CODEC_I411, VLC_CODEC_I410, VLC_CODEC_Y211, 0
};
#define VLC_CODEC_FALLBACK_PACKED \
......
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