# HG changeset patch # User michael # Date 1175444059 0 # Node ID 28f41c99b7047b71df70471296e034468cd897a2 # Parent 4d346a3ea72948ca8f22a975f8c4cf955b67f8fb indention diff -r 4d346a3ea729 -r 28f41c99b704 utils.c --- a/utils.c Sun Apr 01 16:13:24 2007 +0000 +++ b/utils.c Sun Apr 01 16:14:19 2007 +0000 @@ -830,12 +830,12 @@ avctx->codec_id = codec->id; avctx->frame_number = 0; if(avctx->codec->init){ - ret = avctx->codec->init(avctx); - if (ret < 0) { - av_freep(&avctx->priv_data); - avctx->codec= NULL; - goto end; - } + ret = avctx->codec->init(avctx); + if (ret < 0) { + av_freep(&avctx->priv_data); + avctx->codec= NULL; + goto end; + } } ret=0; end: