]> git.sesse.net Git - vlc/blobdiff - modules/access/screen/beos.cpp
Add dummy, probably-not-even-compiling sdi.c.
[vlc] / modules / access / screen / beos.cpp
index 165250c9c301dc59741e1456decda7db7c354281..5f70cdc66b2637c242978e99c9445dedc43ae6fe 100644 (file)
@@ -61,11 +61,11 @@ int screen_InitCapture( demux_t *p_demux )
     switch( p_data->p_screen->ColorSpace() )
     {
         case B_RGB32:
-            i_chroma = VLC_FOURCC('R','V','3','2');
+            i_chroma = VLC_CODEC_RGB32;
             i_bits_per_pixel = 32;
             break;
         case B_RGB16:
-            i_chroma = VLC_FOURCC('R','V','1','6');
+            i_chroma = VLC_CODEC_RGB16;
             i_bits_per_pixel = 16;
             break;
         default: