Reindent / reformat some code with broken indenting.
Patch by Sebastian Vater <cdgs DOT basty googlemail com>. Originally committed as revision 22924 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2328e5a289
commit
e595346486
@ -60,8 +60,16 @@
|
|||||||
|
|
||||||
#define PACKET_SIZE 1024
|
#define PACKET_SIZE 1024
|
||||||
|
|
||||||
typedef enum {COMP_NONE, COMP_FIB, COMP_EXP} svx8_compression_type;
|
typedef enum {
|
||||||
typedef enum {BITMAP_RAW, BITMAP_BYTERUN1} bitmap_compression_type;
|
COMP_NONE,
|
||||||
|
COMP_FIB,
|
||||||
|
COMP_EXP
|
||||||
|
} svx8_compression_type;
|
||||||
|
|
||||||
|
typedef enum {
|
||||||
|
BITMAP_RAW,
|
||||||
|
BITMAP_BYTERUN1
|
||||||
|
} bitmap_compression_type;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint32_t body_size;
|
uint32_t body_size;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user