Commit 856265f9 authored by Gildas Bazin's avatar Gildas Bazin

* modules/video_output/directx/directx.c: small fix.

parent 1fac25cf
......@@ -1623,6 +1623,7 @@ static int UpdatePictureStruct( vout_thread_t *p_vout, picture_t *p_pic,
break;
case VLC_FOURCC('Y','V','1','2'):
case VLC_FOURCC('I','4','2','0'):
/* U and V inverted compared to I420
* Fixme: this should be handled by the vout core */
......
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