[FFmpeg-cvslog] r16069 - in trunk/libavcodec: vp56.c vp56.h
aurel
subversion
Fri Dec 12 00:01:04 CET 2008
Author: aurel
Date: Fri Dec 12 00:00:58 2008
New Revision: 16069
Log:
cosmetics: vertical alignment
Modified:
trunk/libavcodec/vp56.c
trunk/libavcodec/vp56.h
Modified: trunk/libavcodec/vp56.c
==============================================================================
--- trunk/libavcodec/vp56.c (original)
+++ trunk/libavcodec/vp56.c Fri Dec 12 00:00:58 2008
@@ -145,7 +145,7 @@ static void vp56_parse_mb_type_models(VP
}
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;
Modified: trunk/libavcodec/vp56.h
==============================================================================
--- trunk/libavcodec/vp56.h (original)
+++ trunk/libavcodec/vp56.h Fri Dec 12 00:00:58 2008
@@ -34,17 +34,17 @@ typedef struct vp56_context VP56Context;
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;
More information about the ffmpeg-cvslog
mailing list