diff vp56.c @ 8300:c47323828269 libavcodec

cosmetics: vertical alignment
author aurel
date Thu, 11 Dec 2008 23:00:58 +0000
parents 524cb7f5ad2b
children 3cddc18caeca
line wrap: on
line diff
--- a/vp56.c	Thu Dec 11 22:56:19 2008 +0000
+++ b/vp56.c	Thu Dec 11 23:00:58 2008 +0000
@@ -145,7 +145,7 @@
 }
 
 static VP56mb vp56_parse_mb_type(VP56Context *s,
-                                    VP56mb prev_type, int ctx)
+                                 VP56mb prev_type, int ctx)
 {
     uint8_t *mb_type_model = s->modelp->mb_type[ctx][prev_type];
     VP56RangeCoder *c = &s->c;