summaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-01-20 22:55:55 +0000
committerMåns Rullgård <mans@mansr.com>2010-01-20 22:55:55 +0000
commit40ccc754e96232fa182b25d456f72ed03095b129 (patch)
tree02a712f6f4669a3c88de04d83b0bdcc841e8bfb4 /ffmpeg.c
parent68cf92ee5e08331d6237a836adc74b4007fab4e9 (diff)
downloadffmpeg-streaming-40ccc754e96232fa182b25d456f72ed03095b129.zip
ffmpeg-streaming-40ccc754e96232fa182b25d456f72ed03095b129.tar.gz
Indent
Originally committed as revision 21359 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 5ab7f7c..ef8311f 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -2931,7 +2931,7 @@ static void opt_input_file(const char *filename)
for(i=0;i<ic->nb_streams;i++) {
AVStream *st = ic->streams[i];
AVCodecContext *enc = st->codec;
- avcodec_thread_init(enc, thread_count);
+ avcodec_thread_init(enc, thread_count);
switch(enc->codec_type) {
case CODEC_TYPE_AUDIO:
set_context_opts(enc, avcodec_opts[CODEC_TYPE_AUDIO], AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_DECODING_PARAM);
@@ -3065,7 +3065,7 @@ static void new_video_stream(AVFormatContext *oc)
bitstream_filters[nb_output_files][oc->nb_streams - 1]= video_bitstream_filters;
video_bitstream_filters= NULL;
- avcodec_thread_init(st->codec, thread_count);
+ avcodec_thread_init(st->codec, thread_count);
video_enc = st->codec;
@@ -3210,7 +3210,7 @@ static void new_audio_stream(AVFormatContext *oc)
bitstream_filters[nb_output_files][oc->nb_streams - 1]= audio_bitstream_filters;
audio_bitstream_filters= NULL;
- avcodec_thread_init(st->codec, thread_count);
+ avcodec_thread_init(st->codec, thread_count);
audio_enc = st->codec;
audio_enc->codec_type = CODEC_TYPE_AUDIO;
OpenPOWER on IntegriCloud