Commit 56c69b0a authored by aurel's avatar aurel

cosmetics: vertical alignment

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16069 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1b7fd31e
...@@ -145,7 +145,7 @@ static void vp56_parse_mb_type_models(VP56Context *s) ...@@ -145,7 +145,7 @@ static void vp56_parse_mb_type_models(VP56Context *s)
} }
static VP56mb vp56_parse_mb_type(VP56Context *s, 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]; uint8_t *mb_type_model = s->modelp->mb_type[ctx][prev_type];
VP56RangeCoder *c = &s->c; VP56RangeCoder *c = &s->c;
......
...@@ -34,17 +34,17 @@ typedef struct vp56_context VP56Context; ...@@ -34,17 +34,17 @@ typedef struct vp56_context VP56Context;
typedef struct vp56_mv VP56mv; typedef struct vp56_mv VP56mv;
typedef void (*VP56ParseVectorAdjustment)(VP56Context *s, typedef void (*VP56ParseVectorAdjustment)(VP56Context *s,
VP56mv *vect); VP56mv *vect);
typedef int (*VP56Adjust)(int v, int t); typedef int (*VP56Adjust)(int v, int t);
typedef void (*VP56Filter)(VP56Context *s, uint8_t *dst, uint8_t *src, typedef void (*VP56Filter)(VP56Context *s, uint8_t *dst, uint8_t *src,
int offset1, int offset2, int stride, int offset1, int offset2, int stride,
VP56mv mv, int mask, int select, int luma); VP56mv mv, int mask, int select, int luma);
typedef void (*VP56ParseCoeff)(VP56Context *s); typedef void (*VP56ParseCoeff)(VP56Context *s);
typedef void (*VP56DefaultModelsInit)(VP56Context *s); typedef void (*VP56DefaultModelsInit)(VP56Context *s);
typedef void (*VP56ParseVectorModels)(VP56Context *s); typedef void (*VP56ParseVectorModels)(VP56Context *s);
typedef void (*VP56ParseCoeffModels)(VP56Context *s); typedef void (*VP56ParseCoeffModels)(VP56Context *s);
typedef int (*VP56ParseHeader)(VP56Context *s, const uint8_t *buf, typedef int (*VP56ParseHeader)(VP56Context *s, const uint8_t *buf,
int buf_size, int *golden_frame); int buf_size, int *golden_frame);
typedef struct { typedef struct {
int high; int high;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment