diff options
author | Ramiro Polla <ramiro@lisha.ufsc.br> | 2007-03-12 17:13:20 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-03-12 17:13:20 +0000 |
commit | 2a89ee9a63f0ef787f81f388c118e64c4515f158 (patch) | |
tree | bdcbbb595d3a4b20d63b381da0d9899f6eaa38db /ffplay.c | |
parent | 3d3361e50976862285cc0f2c28b94c295ba630d0 (diff) | |
download | ffmpeg-2a89ee9a63f0ef787f81f388c118e64c4515f158.tar.gz |
Remove superfluous HAVE_THREADS #ifdef.
patch by Ramiro Polla, angustia arrozcru.no-ip org
Originally committed as revision 8348 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffplay.c')
-rw-r--r-- | ffplay.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1704,10 +1704,8 @@ static int stream_component_open(VideoState *is, int stream_index) if (!codec || avcodec_open(enc, codec) < 0) return -1; -#if defined(HAVE_THREADS) if(thread_count>1) avcodec_thread_init(enc, thread_count); -#endif enc->thread_count= thread_count; switch(enc->codec_type) { case CODEC_TYPE_AUDIO: |