changeset 4763:28f41c99b704 libavcodec

indention
author michael
date Sun, 01 Apr 2007 16:14:19 +0000
parents 4d346a3ea729
children da0598df2e53
files utils.c
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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: