diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2007-06-26 20:13:59 +0000 |
---|---|---|
committer | Benoit Fouet <benoit.fouet@free.fr> | 2007-06-26 20:13:59 +0000 |
commit | bc9f081d53c2ca1f5a6c3f4c264e88ef3e6b7eee (patch) | |
tree | 383d99900e7b1d47990d05f2433e004f7fb4797b /libavcodec/roqvideo.h | |
parent | 7299663a50b5fd98444252dd7a7a2482cee25f71 (diff) | |
download | ffmpeg-bc9f081d53c2ca1f5a6c3f4c264e88ef3e6b7eee.tar.gz |
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.h | 6 |
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 { |