|
@@ -994,7 +994,6 @@ int avcodec_close(AVCodecContext *avctx) |
|
|
avctx->codec->close(avctx); |
|
|
avctx->codec->close(avctx); |
|
|
avcodec_default_free_buffers(avctx); |
|
|
avcodec_default_free_buffers(avctx); |
|
|
av_freep(&avctx->priv_data); |
|
|
av_freep(&avctx->priv_data); |
|
|
av_freep(&avctx->rc_eq); |
|
|
|
|
|
avctx->codec = NULL; |
|
|
avctx->codec = NULL; |
|
|
entangled_thread_counter--; |
|
|
entangled_thread_counter--; |
|
|
return 0; |
|
|
return 0; |
|
|