diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2007-04-26 22:23:00 +0000 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2007-04-26 22:23:00 +0000 |
commit | 5ad751471c985b8d9da83bcf1efe11c1fe1f971d (patch) | |
tree | d436803a6055db655a22543187d5397721f2ef10 /ffplay.c | |
parent | 4ee10633d24869572d0053adf7c44fe58d351c33 (diff) | |
download | ffmpeg-5ad751471c985b8d9da83bcf1efe11c1fe1f971d.tar.gz |
remove CONFIG_NETWORK, av_read_play/pause are exported anyway
Originally committed as revision 8839 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
@@ -1995,7 +1995,6 @@ static int decode_thread(void *arg) for(;;) { if (is->abort_request) break; -#ifdef CONFIG_NETWORK if (is->paused != is->last_paused) { is->last_paused = is->paused; if (is->paused) @@ -2003,7 +2002,6 @@ static int decode_thread(void *arg) else av_read_play(ic); } -#endif #ifdef CONFIG_RTSP_DEMUXER if (is->paused && ic->iformat == &rtsp_demuxer) { /* wait 10 ms to avoid trying to get another packet */ |