indentation
authorVitor Sessak <vitor1001@gmail.com>
Tue, 26 Jun 2007 20:13:59 +0000 (20:13 +0000)
committerBenoit Fouet <benoit.fouet@free.fr>
Tue, 26 Jun 2007 20:13:59 +0000 (20:13 +0000)
patch by Vitor: [vitor1001 gmail com]

Originally committed as revision 9440 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/roqvideo.h

index f4efac7..9c457ca 100644 (file)
 #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 {