mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-20 06:20:40 +00:00
cosmetic
Originally committed as revision 9900 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
9a0a2c9f12
commit
dd661ebd36
@ -337,7 +337,7 @@ static int dnxhd_decode_close(AVCodecContext *avctx)
|
|||||||
{
|
{
|
||||||
DNXHDContext *ctx = avctx->priv_data;
|
DNXHDContext *ctx = avctx->priv_data;
|
||||||
|
|
||||||
if(ctx->picture.data[0])
|
if (ctx->picture.data[0])
|
||||||
avctx->release_buffer(avctx, &ctx->picture);
|
avctx->release_buffer(avctx, &ctx->picture);
|
||||||
free_vlc(&ctx->ac_vlc);
|
free_vlc(&ctx->ac_vlc);
|
||||||
free_vlc(&ctx->dc_vlc);
|
free_vlc(&ctx->dc_vlc);
|
||||||
|
Loading…
Reference in New Issue
Block a user