indentation

patch by Vitor: [vitor1001 gmail com]

Originally committed as revision 9440 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Vitor Sessak 18 years ago committed by Benoit Fouet
parent 7299663a50
commit bc9f081d53
  1. 6
      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 {

Loading…
Cancel
Save