1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-10-06 02:05:36 +02:00

indentation

patch by Vitor: [vitor1001 gmail com]

Originally committed as revision 9440 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Vitor Sessak 2007-06-26 20:13:59 +00:00 committed by Benoit Fouet
parent 7299663a50
commit bc9f081d53

View File

@ -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 {