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

Change #272415

Category ffmpeg
Changed by James Almer <jamrialohnoyoudont@gmail.com>
Changed at Wed 24 Jun 2026 01:07:25
Repository https://git.ffmpeg.org/ffmpeg.git
Project ffmpeg
Branch master
Revision 579edeabecc4d645d52f7a92d99fb5c66ecf696d

Comments

avformat/movenc: look for remainder samples in packet side data
Sometimes the duration itself reflects the remainder samples by being set to a
value lower than the frame size, but in other cases it's done only through
a discard padding value in side data.
Take the latter into account when calculating durations.

Fixes issue #23532.

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

Changed files