]> git.sesse.net Git - vlc/commitdiff
Correct the VLC output format to what the drivers actually output.
authorSteinar Gunderson <sgunderson@bigfoot.com>
Thu, 23 Sep 2010 23:55:30 +0000 (01:55 +0200)
committerSteinar Gunderson <sgunderson@bigfoot.com>
Thu, 23 Sep 2010 23:55:30 +0000 (01:55 +0200)
modules/access/sdi.cpp

index ce593f0b36fa46cc656efe63060ac961eda35db7..35d957da5cda7f9a96c22c50467faa608a8da447 100644 (file)
@@ -184,7 +184,7 @@ static int Open( vlc_object_t *p_this )
 
     /*eDeclare elementary streams */
     es_format_t fmt;
-    es_format_Init( &fmt, VIDEO_ES, VLC_CODEC_YUYV );
+    es_format_Init( &fmt, VIDEO_ES, VLC_CODEC_UYVY );
     fmt.video.i_width = 720;
     fmt.video.i_height = 576;
     fmt.video.i_sar_num = 1;