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 ) ...@@ -135,7 +135,6 @@ static int OpenDecoder( vlc_object_t *p_this )
case VLC_FOURCC('X','x','M','C'): case VLC_FOURCC('X','x','M','C'):
/* ATI Video */ /* ATI Video */
case VLC_FOURCC('V','C','R','2'): case VLC_FOURCC('V','C','R','2'):
case VLC_FOURCC('m','p','g','2'):
break; break;
default: default:
if( p_dec->fmt_in.i_original_fourcc ) if( p_dec->fmt_in.i_original_fourcc )
......
...@@ -152,7 +152,7 @@ static int Init( vout_thread_t *p_vout ) ...@@ -152,7 +152,7 @@ static int Init( vout_thread_t *p_vout )
i_goffset = 5; i_goffset = 5;
i_blength = 5; i_blength = 5;
i_boffset = 0; i_boffset = 0;
p_vout->output.i_chroma = VLC_CODEC_RGB16 p_vout->output.i_chroma = VLC_CODEC_RGB16;
break; break;
case DSPF_RGB24: 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