mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-27 05:00:37 +00: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