Commit d88e9026 authored by benoit's avatar benoit

indentation

patch by Vitor: [vitor1001 gmail com]


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9440 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0f63731c
...@@ -27,12 +27,12 @@ ...@@ -27,12 +27,12 @@
#include "random.h" #include "random.h"
typedef struct { typedef struct {
unsigned char y[4]; unsigned char y[4];
unsigned char u, v; unsigned char u, v;
} roq_cell; } roq_cell;
typedef struct { typedef struct {
int idx[4]; int idx[4];
} roq_qcell; } roq_qcell;
typedef struct { typedef struct {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment