]> git.sesse.net Git - ffmpeg/commit
avcodec/alacenc: Remove redundant code to free extradata
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sun, 13 Sep 2020 18:16:30 +0000 (20:16 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 18 Sep 2020 00:48:59 +0000 (02:48 +0200)
commitacda9ff6ce2b94a199a6967118fa19d58a09c146
tree72f42ba8637c1535191bb0d7f287c966a6f0138b
parent93b7f9312d691f4a24a5d48bf98f1e1337cac055
avcodec/alacenc: Remove redundant code to free extradata

It is already freed generically for encoders.

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/alacenc.c