changeset 12293:83400282990a libavcodec

Reindent after last commit.
author alexc
date Wed, 28 Jul 2010 05:38:30 +0000
parents d8364962cc4a
children 54583a14a995
files vp56.h vp6.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/vp56.h	Wed Jul 28 05:36:33 2010 +0000
+++ b/vp56.h	Wed Jul 28 05:38:30 2010 +0000
@@ -174,7 +174,7 @@
 int ff_vp56_free(AVCodecContext *avctx);
 void ff_vp56_init_dequant(VP56Context *s, int quantizer);
 int ff_vp56_decode_frame(AVCodecContext *avctx, void *data, int *data_size,
-                      AVPacket *avpkt);
+                         AVPacket *avpkt);
 
 
 /**
--- a/vp6.c	Wed Jul 28 05:36:33 2010 +0000
+++ b/vp6.c	Wed Jul 28 05:38:30 2010 +0000
@@ -577,7 +577,7 @@
     VP56Context *s = avctx->priv_data;
 
     ff_vp56_init(avctx, avctx->codec->id == CODEC_ID_VP6,
-                     avctx->codec->id == CODEC_ID_VP6A);
+                        avctx->codec->id == CODEC_ID_VP6A);
     s->vp56_coord_div = vp6_coord_div;
     s->parse_vector_adjustment = vp6_parse_vector_adjustment;
     s->filter = vp6_filter;