diff avformat.h @ 566:c1e54abaa87e libavformat

user setable preload and max_mux_delay
author michael
date Sat, 16 Oct 2004 21:27:42 +0000
parents 485a529adaee
children 4a755492b90b
line wrap: on
line diff
--- a/avformat.h	Sat Oct 16 19:33:57 2004 +0000
+++ b/avformat.h	Sat Oct 16 21:27:42 2004 +0000
@@ -5,7 +5,7 @@
 extern "C" {
 #endif
 
-#define LIBAVFORMAT_BUILD       4619
+#define LIBAVFORMAT_BUILD       4620
 
 #define LIBAVFORMAT_VERSION_INT FFMPEG_VERSION_INT
 #define LIBAVFORMAT_VERSION     FFMPEG_VERSION
@@ -310,6 +310,8 @@
     
     int mux_rate;
     int packet_size;
+    int preload;
+    int max_delay;
 } AVFormatContext;
 
 typedef struct AVPacketList {