mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-07-08 20:43:16 +00:00
This also fixes a minor bug introduced in the codecpar conversion, where the termination condition for extracting the extradata does not match the actual extradata setting code. As a result, the packet durations made up by lavf go back to their values before the codecpar conversion. That is of little consequence since that code should eventually be dropped completely.