[FFmpeg-devel] [PATCH] avformat/movenc: Fix muxing EAC3 with delay_moov

Carl Eugen Hoyos ceffmpeg at gmail.com
Tue Feb 5 04:24:42 EET 2019


2019-02-05 3:11 GMT+01:00, Nikolas Bowe <nbowe-at-google.com at ffmpeg.org>:

> +        if (mov->tracks[i].eac3_priv)
> +            av_freep(&mov->tracks[i].eac3_priv);

I would have expected that the if() is unneeded, no?

Carl Eugen


More information about the ffmpeg-devel mailing list