]> git.sesse.net Git - vlc/commitdiff
* modules/video_output/directx/directx.c: small fix.
authorGildas Bazin <gbazin@videolan.org>
Sun, 12 Sep 2004 09:16:55 +0000 (09:16 +0000)
committerGildas Bazin <gbazin@videolan.org>
Sun, 12 Sep 2004 09:16:55 +0000 (09:16 +0000)
modules/video_output/directx/directx.c

index dd284c10785ad18d32288fa1195f60dc8a52d9e9..392474e6aa09818e789bfbd67e77beb93b4019df 100644 (file)
@@ -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 */