Commit c450285e authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Oops.

parent ea411a51
...@@ -1128,7 +1128,7 @@ static int ReadCodecSpecificData( demux_t *p_demux, int i_len, int i_num ) ...@@ -1128,7 +1128,7 @@ static int ReadCodecSpecificData( demux_t *p_demux, int i_len, int i_num )
switch( fmt.i_codec ) switch( fmt.i_codec )
{ {
case VLC_FOURCC('1','4','_','4'): case VLC_FOURCC('1','4','_','4'):
break: break;
case VLC_FOURCC('l','p','c','J'): case VLC_FOURCC('l','p','c','J'):
fmt.i_codec = VLC_FOURCC( '1','4','_','4' ); fmt.i_codec = VLC_FOURCC( '1','4','_','4' );
break; break;
......
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