[FFmpeg-devel] [PATCH] lavf/movenc: keep eac3_priv around; fixes eac3 in DASH

Derek Buitenhuis derek.buitenhuis at gmail.com
Fri Mar 9 17:10:07 EET 2018


On 3/9/2018 2:42 AM, Rodger Combs wrote:
> Muxing DASH may involve calling mov_write_eac3_tag multiple times on the same stream. If we destroy eac3_priv after the first call, we don't have it  later, so we end up not writing that data. This is fine for lavf (since everything in that atom is redundant), but some other players require it.

So add that to the commit message and also make it clear
no mem leak is introduced.

- Derek


More information about the ffmpeg-devel mailing list