]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
cosmetics: indentation
authoraurel <aurel@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Wed, 8 Oct 2008 17:28:49 +0000 (17:28 +0000)
committeraurel <aurel@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Wed, 8 Oct 2008 17:28:49 +0000 (17:28 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15588 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

ffmpeg.c

index 96651ef69ee3478d8ee678991786922b2d3ac366..817eec30c143f3e3286b5a9f613998fc8085805f 100644 (file)
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -1908,7 +1908,7 @@ static int av_encode(AVFormatContext **output_files,
         if (ost->encoding_needed) {
             AVCodec *codec = output_codecs[i];
             if (!codec)
-            codec = avcodec_find_encoder(ost->st->codec->codec_id);
+                codec = avcodec_find_encoder(ost->st->codec->codec_id);
             if (!codec) {
                 fprintf(stderr, "Unsupported codec for output stream #%d.%d\n",
                         ost->file_index, ost->index);
@@ -1929,7 +1929,7 @@ static int av_encode(AVFormatContext **output_files,
         if (ist->decoding_needed) {
             AVCodec *codec = input_codecs[i];
             if (!codec)
-            codec = avcodec_find_decoder(ist->st->codec->codec_id);
+                codec = avcodec_find_decoder(ist->st->codec->codec_id);
             if (!codec) {
                 fprintf(stderr, "Unsupported codec (id=%d) for input stream #%d.%d\n",
                         ist->st->codec->codec_id, ist->file_index, ist->index);