Commit b1d38a6e authored by rbultje's avatar rbultje

Reindent / reformat some code with broken indenting.

Patch by Sebastian Vater <cdgs DOT basty googlemail com>.



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22924 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d5317082
...@@ -60,8 +60,16 @@ ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment