Commit 95bd3182 authored by bcoudurier's avatar bcoudurier

cosmetic

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9900 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a95f63ef
...@@ -337,7 +337,7 @@ static int dnxhd_decode_close(AVCodecContext *avctx) ...@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment