diff avformat.h @ 3445:4a1ecbbf5725 libavformat

Make timestamp debugging work nicer.
author michael
date Mon, 09 Jun 2008 13:38:56 +0000
parents f9cf53254a61
children c3b9334f46ae
line wrap: on
line diff
--- a/avformat.h	Mon Jun 09 08:44:45 2008 +0000
+++ b/avformat.h	Mon Jun 09 13:38:56 2008 +0000
@@ -22,7 +22,7 @@
 #define FFMPEG_AVFORMAT_H
 
 #define LIBAVFORMAT_VERSION_MAJOR 52
-#define LIBAVFORMAT_VERSION_MINOR 15
+#define LIBAVFORMAT_VERSION_MINOR 16
 #define LIBAVFORMAT_VERSION_MICRO  0
 
 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
@@ -549,6 +549,12 @@
 
     unsigned int nb_chapters;
     AVChapter **chapters;
+
+    /**
+     * Flags to enable debuging.
+     */
+    int debug;
+#define FF_FDEBUG_TS        0x0001
 } AVFormatContext;
 
 typedef struct AVPacketList {