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

alex subversion
Fri Apr 27 00:23:00 CEST 2007


Author: alex
Date: Fri Apr 27 00:23:00 2007
New Revision: 8839

Log:
remove CONFIG_NETWORK, av_read_play/pause are exported anyway

Modified:
   trunk/ffplay.c

Modified: trunk/ffplay.c
==============================================================================
--- trunk/ffplay.c	(original)
+++ trunk/ffplay.c	Fri Apr 27 00:23:00 2007
@@ -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 */




More information about the ffmpeg-cvslog mailing list