Commit d8efdc14 authored by Rafaël Carré's avatar Rafaël Carré

transcode: cosmetics

indent comments screwed by copy-pasting
parent 82a66cf4
...@@ -210,8 +210,8 @@ int transcode_audio_new( sout_stream_t *p_stream, ...@@ -210,8 +210,8 @@ int transcode_audio_new( sout_stream_t *p_stream,
es_format_t fmt_last; es_format_t fmt_last;
/* /*
* * Open decoder * Open decoder
* */ */
/* Initialization of decoder structures */ /* Initialization of decoder structures */
id->p_decoder->fmt_out = id->p_decoder->fmt_in; id->p_decoder->fmt_out = id->p_decoder->fmt_in;
...@@ -239,8 +239,8 @@ int transcode_audio_new( sout_stream_t *p_stream, ...@@ -239,8 +239,8 @@ int transcode_audio_new( sout_stream_t *p_stream,
fmt_last.audio.i_rate = id->p_decoder->fmt_in.audio.i_rate; fmt_last.audio.i_rate = id->p_decoder->fmt_in.audio.i_rate;
/* /*
* * Open encoder * Open encoder
* */ */
/* Initialization of encoder format structures */ /* Initialization of encoder format structures */
es_format_Init( &id->p_encoder->fmt_in, id->p_decoder->fmt_in.i_cat, es_format_Init( &id->p_encoder->fmt_in, id->p_decoder->fmt_in.i_cat,
......
...@@ -33,8 +33,8 @@ ...@@ -33,8 +33,8 @@
#include <vlc_osd.h> #include <vlc_osd.h>
/* /*
* * OSD menu * OSD menu
* */ */
int transcode_osd_new( sout_stream_t *p_stream, sout_stream_id_t *id ) int transcode_osd_new( sout_stream_t *p_stream, sout_stream_id_t *id )
{ {
sout_stream_sys_t *p_sys = p_stream->p_sys; sout_stream_sys_t *p_sys = p_stream->p_sys;
......
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