Browse Source

properly check for CONFIG_RTSP_DEMUXER

Originally committed as revision 8836 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Alex Beregszaszi 19 years ago
parent
commit
9825d074b4
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      ffplay.c

+ 2
- 0
ffplay.c View File

@@ -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 */


Loading…
Cancel
Save