]> git.sesse.net Git - vlc/blobdiff - src/osd/osd_widgets.c
packetizer_mpegvideo: use VLC_TS_INVALID (refs #3135)
[vlc] / src / osd / osd_widgets.c
index 5e880ead03e9e8faf0a411d1e81b9feade270ca6..32af4b8428d210622dae10929429851985d4fb7f 100644 (file)
@@ -159,7 +159,7 @@ static int CreatePicture( spu_t *p_spu, subpicture_t *p_subpic,
 
     /* Create a new subpicture region */
     memset( &fmt, 0, sizeof(video_format_t) );
-    fmt.i_chroma = VLC_FOURCC('Y','U','V','A');
+    fmt.i_chroma = VLC_CODEC_YUVA;
     fmt.i_aspect = 0;
     fmt.i_width = fmt.i_visible_width = i_width;
     fmt.i_height = fmt.i_visible_height = i_height;