summaryrefslogtreecommitdiffstats
path: root/libmpdemux/muxer.h
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-10 21:48:41 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-10 21:48:41 +0000
commitb85ad74dc94a27a6f0181a0c7a75d08798ec8e1d (patch)
treef9c52fccb5d3ecc50d667d3229183b69db6ae7c5 /libmpdemux/muxer.h
parent0fb68cc0725695193565774843855906872f49c2 (diff)
downloadmpv-b85ad74dc94a27a6f0181a0c7a75d08798ec8e1d.tar.bz2
mpv-b85ad74dc94a27a6f0181a0c7a75d08798ec8e1d.tar.xz
pass average bitrate from encoder to (lavf) muxer
this fixes some problems with muxing mp4 files for the psp git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19366 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/muxer.h')
-rw-r--r--libmpdemux/muxer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpdemux/muxer.h b/libmpdemux/muxer.h
index 7f3779d6d1..1dae84ec8e 100644
--- a/libmpdemux/muxer.h
+++ b/libmpdemux/muxer.h
@@ -48,6 +48,7 @@ typedef struct {
int vbv_size;
int max_rate;
+ int avg_rate;
} muxer_stream_t;
typedef struct {