Commit 79c88844 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Missing case

parent 3ac60f93
...@@ -120,6 +120,7 @@ static int Activate( vlc_object_t *p_this ) ...@@ -120,6 +120,7 @@ static int Activate( vlc_object_t *p_this )
p_filter->pf_video_filter = I422_UYVY_Filter; p_filter->pf_video_filter = I422_UYVY_Filter;
break; break;
case VLC_FOURCC('I','U','Y','V'):
p_filter->pf_video_filter = I422_IUYV_Filter; p_filter->pf_video_filter = I422_IUYV_Filter;
break; 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