diff vp6.c @ 12293:83400282990a libavcodec

Reindent after last commit.
author alexc
date Wed, 28 Jul 2010 05:38:30 +0000
parents d8364962cc4a
children 7c54834209f6
line wrap: on
line diff
--- 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;