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
release/0.6
Sebastian Vater 15 years ago committed by Ronald S. Bultje
parent 2328e5a289
commit e595346486
  1. 12
      libavformat/iff.c

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

Loading…
Cancel
Save