Commit d1f48d4a authored by alex's avatar alex

remove CONFIG_NETWORK, av_read_play/pause are exported anyway

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8839 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 21a58e93
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment