Browse Source

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

pull/19/head
Jean-Baptiste Kempf 14 years ago
parent
commit
d7ed8b548d
  1. 2
      modules/video_chroma/i422_i420.c

2
modules/video_chroma/i422_i420.c

@ -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;

Loading…
Cancel
Save