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

i420_yuy2: I420 and YV12 are not the same

Close #12858

(cherry picked from commit a711c1aef72c62ba40c7a0d37f67567e61ba2622)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 015e5d2d
......@@ -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