diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2007-04-26 18:11:36 +0000 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2007-04-26 18:11:36 +0000 |
commit | 9825d074b44fd873be325440f355eb22f2a70601 (patch) | |
tree | cb0df18fedac08e9daf286a03367540fbcc2cfcf /ffplay.c | |
parent | cfc970772d7c4d65fc9811557344de874df2d2e4 (diff) | |
download | ffmpeg-9825d074b44fd873be325440f355eb22f2a70601.tar.gz |
properly check for CONFIG_RTSP_DEMUXER
Originally committed as revision 8836 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffplay.c')
-rw-r--r-- | ffplay.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 */ |