Commit 0c8eca40 authored by Rémi Duraffort's avatar Rémi Duraffort

fix compilation.

parent de7979be
......@@ -135,7 +135,6 @@ static int OpenDecoder( vlc_object_t *p_this )
case VLC_FOURCC('X','x','M','C'):
/* ATI Video */
case VLC_FOURCC('V','C','R','2'):
case VLC_FOURCC('m','p','g','2'):
break;
default:
if( p_dec->fmt_in.i_original_fourcc )
......
......@@ -152,7 +152,7 @@ static int Init( vout_thread_t *p_vout )
i_goffset = 5;
i_blength = 5;
i_boffset = 0;
p_vout->output.i_chroma = VLC_CODEC_RGB16
p_vout->output.i_chroma = VLC_CODEC_RGB16;
break;
case DSPF_RGB24:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment