Commit dd661ebd authored by Baptiste Coudurier's avatar Baptiste Coudurier

cosmetic

Originally committed as revision 9900 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 9a0a2c9f
......@@ -337,7 +337,7 @@ static int dnxhd_decode_close(AVCodecContext *avctx)
{
DNXHDContext *ctx = avctx->priv_data;
if(ctx->picture.data[0])
if (ctx->picture.data[0])
avctx->release_buffer(avctx, &ctx->picture);
free_vlc(&ctx->ac_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