diff avformat.h @ 551:ef359bf133cc libavformat

user selectable packet_size and mux_rate
author michael
date Wed, 06 Oct 2004 22:29:30 +0000
parents 4623f54c98bb
children e1f17fcfb92c
line wrap: on
line diff
--- a/avformat.h	Wed Oct 06 20:12:58 2004 +0000
+++ b/avformat.h	Wed Oct 06 22:29:30 2004 +0000
@@ -302,6 +302,9 @@
     /* av_seek_frame() support */
     int64_t data_offset; /* offset of the first packet */
     int index_built;
+    
+    int mux_rate;
+    int packet_size;
 } AVFormatContext;
 
 typedef struct AVPacketList {