]> git.sesse.net Git - vlc/blobdiff - modules/access/sdi.cpp
Correct the VLC output format to what the drivers actually output.
[vlc] / 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;