[Ffmpeg-cvslog] r8836 - trunk/ffplay.c

alex subversion
Thu Apr 26 20:11:36 CEST 2007


Author: alex
Date: Thu Apr 26 20:11:36 2007
New Revision: 8836

Log:
properly check for CONFIG_RTSP_DEMUXER

Modified:
   trunk/ffplay.c

Modified: trunk/ffplay.c
==============================================================================
--- trunk/ffplay.c	(original)
+++ trunk/ffplay.c	Thu Apr 26 20:11:36 2007
@@ -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 */




More information about the ffmpeg-cvslog mailing list