[FFmpeg-cvslog] r25885 - trunk/ffmpeg.c

aurel subversion
Sat Dec 4 15:47:13 CET 2010


Author: aurel
Date: Sat Dec  4 15:47:13 2010
New Revision: 25885

Log:
cosmetic: indentation

Modified:
   trunk/ffmpeg.c

Modified: trunk/ffmpeg.c
==============================================================================
--- trunk/ffmpeg.c	Sat Dec  4 15:46:13 2010	(r25884)
+++ trunk/ffmpeg.c	Sat Dec  4 15:47:13 2010	(r25885)
@@ -3582,8 +3582,8 @@ static void new_subtitle_stream(AVFormat
     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);



More information about the ffmpeg-cvslog mailing list