You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
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:
committed by
Ronald S. Bultje
parent
2328e5a289
commit
e595346486
@@ -60,8 +60,16 @@
|
||||
|
||||
#define PACKET_SIZE 1024
|
||||
|
||||
typedef enum {COMP_NONE, COMP_FIB, COMP_EXP} svx8_compression_type;
|
||||
typedef enum {BITMAP_RAW, BITMAP_BYTERUN1} bitmap_compression_type;
|
||||
typedef enum {
|
||||
COMP_NONE,
|
||||
COMP_FIB,
|
||||
COMP_EXP
|
||||
} svx8_compression_type;
|
||||
|
||||
typedef enum {
|
||||
BITMAP_RAW,
|
||||
BITMAP_BYTERUN1
|
||||
} bitmap_compression_type;
|
||||
|
||||
typedef struct {
|
||||
uint32_t body_size;
|
||||
|
||||
Reference in New Issue
Block a user