Commit 56933e8e authored by Rafaël Carré's avatar Rafaël Carré

TS mux: cosmetics, align case on switch

parent 279ec69a
...@@ -956,9 +956,7 @@ static int AddStream( sout_mux_t *p_mux, sout_input_t *p_input ) ...@@ -956,9 +956,7 @@ static int AddStream( sout_mux_t *p_mux, sout_input_t *p_input )
p_stream->i_stream_type = 0x1b; p_stream->i_stream_type = 0x1b;
p_stream->i_stream_id = 0xe0; p_stream->i_stream_id = 0xe0;
break; break;
/* XXX dirty dirty but somebody want that: /* XXX dirty dirty but somebody want crapy MS-codec XXX */
* using crapy MS-codec XXX */
/* I didn't want to do that :P */
case VLC_CODEC_H263I: case VLC_CODEC_H263I:
case VLC_CODEC_H263: case VLC_CODEC_H263:
case VLC_CODEC_WMV3: case VLC_CODEC_WMV3:
......
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