Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #273433

Category ffmpeg
Changed by James Almer <jamrialohnoyoudont@gmail.com>
Changed at Wed 01 Jul 2026 03:19:24
Repository https://git.ffmpeg.org/ffmpeg.git
Project ffmpeg
Branch master
Revision b1327568b6cd5b244e4ed0488ee1ed645ac4a552

Comments

avformat/movenc: unify remainder samples signaling
When writing edit lists and the last packet has skip samples side data to
report discard padding, for codecs that have a fixed frame size it's best to
always use the full packet duration to calculate track duration (and thus
bitrate in some cases) and let the edit list be the sole source of triming
information.

Signed-off-by: James Almer <jamrial@gmail.com>

Changed files