Mercurial > libavcodec.hg
changeset 5467:740cf5d1691e libavcodec
cosmetic
author | bcoudurier |
---|---|
date | Sat, 04 Aug 2007 13:10:16 +0000 |
parents | 587b3e6c8d4f |
children | 74949d4ea79c |
files | dnxhddec.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/dnxhddec.c Sat Aug 04 13:09:08 2007 +0000 +++ b/dnxhddec.c Sat Aug 04 13:10:16 2007 +0000 @@ -337,7 +337,7 @@ { 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);