summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2010-12-04 14:47:13 +0000
committerAurelien Jacobs <aurel@gnuage.org>2010-12-04 14:47:13 +0000
commitd4a9f3793894b857eb832c09d2bb9e8d16488407 (patch)
tree5b7199def42986eaccec82cea0e8c85f15d8c4f4
parent118ccae0307a5a2645ab1817158e36e9c0c80cf4 (diff)
downloadffmpeg-streaming-d4a9f3793894b857eb832c09d2bb9e8d16488407.zip
ffmpeg-streaming-d4a9f3793894b857eb832c09d2bb9e8d16488407.tar.gz
cosmetic: indentation
Originally committed as revision 25885 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--ffmpeg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 3effa3d..82c79ca 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -3582,8 +3582,8 @@ static void new_subtitle_stream(AVFormatContext *oc, int file_idx)
if(!subtitle_stream_copy){
if (subtitle_codec_name) {
codec_id = find_codec_or_die(subtitle_codec_name, AVMEDIA_TYPE_SUBTITLE, 1,
- avcodec_opts[AVMEDIA_TYPE_SUBTITLE]->strict_std_compliance);
- codec= output_codecs[nb_output_codecs-1] = avcodec_find_encoder_by_name(subtitle_codec_name);
+ avcodec_opts[AVMEDIA_TYPE_SUBTITLE]->strict_std_compliance);
+ codec= output_codecs[nb_output_codecs-1] = avcodec_find_encoder_by_name(subtitle_codec_name);
} else {
codec_id = av_guess_codec(oc->oformat, NULL, oc->filename, NULL, AVMEDIA_TYPE_SUBTITLE);
codec = avcodec_find_encoder(codec_id);
OpenPOWER on IntegriCloud