comparison roqvideo.h @ 5190:c356e14774cb libavcodec

indentation patch by Vitor: [vitor1001 gmail com]
author benoit
date Tue, 26 Jun 2007 20:13:59 +0000
parents ab669ac706dc
children fa85149193e2
comparison
equal deleted inserted replaced
5189:ab669ac706dc 5190:c356e14774cb
25 #include "avcodec.h" 25 #include "avcodec.h"
26 #include "dsputil.h" 26 #include "dsputil.h"
27 #include "random.h" 27 #include "random.h"
28 28
29 typedef struct { 29 typedef struct {
30 unsigned char y[4]; 30 unsigned char y[4];
31 unsigned char u, v; 31 unsigned char u, v;
32 } roq_cell; 32 } roq_cell;
33 33
34 typedef struct { 34 typedef struct {
35 int idx[4]; 35 int idx[4];
36 } roq_qcell; 36 } roq_qcell;
37 37
38 typedef struct { 38 typedef struct {
39 int d[2]; 39 int d[2];
40 } motion_vect; 40 } motion_vect;