diff avformat.h @ 1279:a12e0b434174 libavformat

added option probesize; at the moment only used by mpegts.c
author nicodvb
date Sun, 27 Aug 2006 12:21:19 +0000
parents f40d75601106
children b5226e679a31
line wrap: on
line diff
--- a/avformat.h	Sun Aug 27 12:14:13 2006 +0000
+++ b/avformat.h	Sun Aug 27 12:21:19 2006 +0000
@@ -341,6 +341,8 @@
 #define AVFMT_FLAG_GENPTS       0x0001 ///< generate pts if missing even if it requires parsing future frames
 
     int loop_input;
+    /* decoding: size of data to probe; encoding unused */
+    unsigned int probesize;
 } AVFormatContext;
 
 typedef struct AVPacketList {