[FFmpeg-cvslog] r18956 - trunk/libavformat/mpegts.c

bcoudurier subversion
Tue May 26 22:13:04 CEST 2009


Author: bcoudurier
Date: Tue May 26 22:13:03 2009
New Revision: 18956

Log:
move DEBUG define before include to get dprintf

Modified:
   trunk/libavformat/mpegts.c

Modified: trunk/libavformat/mpegts.c
==============================================================================
--- trunk/libavformat/mpegts.c	Tue May 26 19:04:28 2009	(r18955)
+++ trunk/libavformat/mpegts.c	Tue May 26 22:13:03 2009	(r18956)
@@ -19,6 +19,9 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+//#define DEBUG
+//#define DEBUG_SEEK
+
 #include "libavutil/crc.h"
 #include "libavutil/intreadwrite.h"
 #include "libavcodec/bytestream.h"
@@ -26,9 +29,6 @@
 #include "mpegts.h"
 #include "internal.h"
 
-//#define DEBUG
-//#define DEBUG_SEEK
-
 /* 1.0 second at 24Mbit/s */
 #define MAX_SCAN_PACKETS 32000
 



More information about the ffmpeg-cvslog mailing list