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

YUVA 4:2:0:4 is not YUVA :)

parent dc7a997b
......@@ -92,7 +92,7 @@ static int Activate( vlc_object_t *p_this )
p_filter->pf_video_filter = I422_YV12_Filter;
break;
case VLC_CODEC_YUVA:
case VLC_CODEC_YUV420A:
p_filter->pf_video_filter = I422_YUVA_Filter;
break;
......
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