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

i420_yuy2: I420 and YV12 are not the same

Close #12858
parent 61802180
......@@ -134,7 +134,7 @@ static int Activate( vlc_object_t *p_this )
switch( p_filter->fmt_in.video.i_chroma )
{
case VLC_CODEC_YV12:
// case VLC_CODEC_YV12: FIXME invert U and V in the filters :)
case VLC_CODEC_I420:
switch( p_filter->fmt_out.video.i_chroma )
{
......
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