summaryrefslogtreecommitdiff
path: root/libavcodec/roqvideo.h
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2007-06-26 20:13:59 +0000
committerBenoit Fouet <benoit.fouet@free.fr>2007-06-26 20:13:59 +0000
commitbc9f081d53c2ca1f5a6c3f4c264e88ef3e6b7eee (patch)
tree383d99900e7b1d47990d05f2433e004f7fb4797b /libavcodec/roqvideo.h
parent7299663a50b5fd98444252dd7a7a2482cee25f71 (diff)
indentation
patch by Vitor: [vitor1001 gmail com] Originally committed as revision 9440 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/roqvideo.h')
-rw-r--r--libavcodec/roqvideo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/roqvideo.h b/libavcodec/roqvideo.h
index f4efac7e3c..9c457cac45 100644
--- a/libavcodec/roqvideo.h
+++ b/libavcodec/roqvideo.h
@@ -27,12 +27,12 @@
#include "random.h"
typedef struct {
- unsigned char y[4];
- unsigned char u, v;
+ unsigned char y[4];
+ unsigned char u, v;
} roq_cell;
typedef struct {
- int idx[4];
+ int idx[4];
} roq_qcell;
typedef struct {