summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-10-06 22:29:30 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-10-06 22:29:30 +0000
commit2db3c638a753b74bbb67fe3e2f639620a91fb667 (patch)
tree128e0c6d5eee68fba6570559f9abae1ab654a22b /libavformat/avformat.h
parentca37721277fef7167fbc3545d93faefb0b6566b2 (diff)
user selectable packet_size and mux_rate
Originally committed as revision 3566 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index a4793a7ca7..4994b6ac78 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -302,6 +302,9 @@ typedef struct AVFormatContext {
/* 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 {