# HG changeset patch # User aurel # Date 1229036458 0 # Node ID c47323828269b2934443f29463cfa47caa390f65 # Parent 524cb7f5ad2bbb1eba64231a2a783c9ff774f1b5 cosmetics: vertical alignment diff -r 524cb7f5ad2b -r c47323828269 vp56.c --- 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; diff -r 524cb7f5ad2b -r c47323828269 vp56.h --- a/vp56.h Thu Dec 11 22:56:19 2008 +0000 +++ b/vp56.h Thu Dec 11 23:00:58 2008 +0000 @@ -34,17 +34,17 @@ typedef struct vp56_mv VP56mv; typedef void (*VP56ParseVectorAdjustment)(VP56Context *s, - VP56mv *vect); -typedef int (*VP56Adjust)(int v, int t); + VP56mv *vect); +typedef int (*VP56Adjust)(int v, int t); typedef void (*VP56Filter)(VP56Context *s, uint8_t *dst, uint8_t *src, - int offset1, int offset2, int stride, - VP56mv mv, int mask, int select, int luma); + int offset1, int offset2, int stride, + VP56mv mv, int mask, int select, int luma); typedef void (*VP56ParseCoeff)(VP56Context *s); typedef void (*VP56DefaultModelsInit)(VP56Context *s); typedef void (*VP56ParseVectorModels)(VP56Context *s); typedef void (*VP56ParseCoeffModels)(VP56Context *s); -typedef int (*VP56ParseHeader)(VP56Context *s, const uint8_t *buf, - int buf_size, int *golden_frame); +typedef int (*VP56ParseHeader)(VP56Context *s, const uint8_t *buf, + int buf_size, int *golden_frame); typedef struct { int high;