diff options
Diffstat (limited to 'src/libffmpeg/libavcodec/mdec.c')
-rw-r--r-- | src/libffmpeg/libavcodec/mdec.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libffmpeg/libavcodec/mdec.c b/src/libffmpeg/libavcodec/mdec.c index faf3cef31..219a39b25 100644 --- a/src/libffmpeg/libavcodec/mdec.c +++ b/src/libffmpeg/libavcodec/mdec.c @@ -257,8 +257,6 @@ static int decode_end(AVCodecContext *avctx){ av_freep(&a->picture.qscale_table); a->bitstream_buffer_size=0; - avcodec_default_free_buffers(avctx); - return 0; } |