]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/libkvazaar.c
avcodec: Remove redundant freeing of extradata of encoders
[ffmpeg] / libavcodec / libkvazaar.c
index 54788e154beb9a4c913c0392fb6031e61dfb2f25..14eabe4e05a28651a359355e81e9d58fdb15ce09 100644 (file)
@@ -156,9 +156,6 @@ static av_cold int libkvazaar_close(AVCodecContext *avctx)
         ctx->api->config_destroy(ctx->config);
     }
 
-    if (avctx->extradata)
-        av_freep(&avctx->extradata);
-
     return 0;
 }