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:
Sebastian Vater 2010-04-20 18:40:45 +00:00 committed by Ronald S. Bultje
parent 2328e5a289
commit e595346486

View File

@ -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;