diff options
author | Måns Rullgård <mans@mansr.com> | 2010-01-20 22:55:55 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-01-20 22:55:55 +0000 |
commit | 40ccc754e96232fa182b25d456f72ed03095b129 (patch) | |
tree | 02a712f6f4669a3c88de04d83b0bdcc841e8bfb4 /ffplay.c | |
parent | 68cf92ee5e08331d6237a836adc74b4007fab4e9 (diff) | |
download | ffmpeg-40ccc754e96232fa182b25d456f72ed03095b129.tar.gz |
Indent
Originally committed as revision 21359 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffplay.c')
-rw-r--r-- | ffplay.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |