]> git.sesse.net Git - vlc/commit
ps.c -- add i_rate_bound (MPEG spec 13818 requires rate_bound >= that of any packet...
authorMark Moriarty <markfm@videolan.org>
Fri, 18 Mar 2005 01:59:44 +0000 (01:59 +0000)
committerMark Moriarty <markfm@videolan.org>
Fri, 18 Mar 2005 01:59:44 +0000 (01:59 +0000)
commit6b870fcae00b31111a76d66d98ccca80d78a8680
treedce02525909079155761f3e89834b2efe09933ba
parent2c93e8563e99c72f3dae36226a6e8f46441cd93e
ps.c -- add i_rate_bound (MPEG spec 13818 requires rate_bound >= that of any packet in the stream) (I'm not positive, but program_mux_rate, based on instant_rate, should also possibly change.  Per 2.5.3.4 of the spec,it sounds like it might be the forward-looking rate; reporting a last-second value based on P frames,if the forward packets have an I frame, might not be correct [specs are a pain])
modules/mux/mpeg/ps.c