summaryrefslogtreecommitdiff
path: root/ffplay.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 /ffplay.c
parent68cf92ee5e08331d6237a836adc74b4007fab4e9 (diff)
Indent
Originally committed as revision 21359 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffplay.c')
-rw-r--r--ffplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffplay.c b/ffplay.c
index 88b10e8c09..5049726648 100644
--- a/ffplay.c
+++ b/ffplay.c
@@ -1722,7 +1722,7 @@ static int stream_component_open(VideoState *is, int stream_index)
enc->skip_loop_filter= skip_loop_filter;
enc->error_recognition= error_recognition;
enc->error_concealment= error_concealment;
- avcodec_thread_init(enc, thread_count);
+ avcodec_thread_init(enc, thread_count);
set_context_opts(enc, avcodec_opts[enc->codec_type], 0);