mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +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:
parent
7299663a50
commit
bc9f081d53
@ -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…
Reference in New Issue
Block a user