Commit 9825d074 authored by Alex Beregszaszi's avatar Alex Beregszaszi

properly check for CONFIG_RTSP_DEMUXER

Originally committed as revision 8836 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent cfc97077
......@@ -2003,6 +2003,8 @@ 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 */
/* XXX: horrible */
......
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