Mercurial > libavformat.hg
comparison iff.c @ 4090:a209d26d63c2 libavformat
Avoid _t in identifier names, _t is reserved by POSIX.
patch by Jai Menon, jmenon86 gmail com
author | diego |
---|---|
date | Sat, 13 Dec 2008 13:11:42 +0000 |
parents | 1d3d17de20ba |
children | 7d2f3f1b68d8 |
comparison
equal
deleted
inserted
replaced
4089:4143d74d34b7 | 4090:a209d26d63c2 |
---|---|
50 #define RIGHT 4 | 50 #define RIGHT 4 |
51 #define STEREO 6 | 51 #define STEREO 6 |
52 | 52 |
53 #define PACKET_SIZE 1024 | 53 #define PACKET_SIZE 1024 |
54 | 54 |
55 typedef enum {COMP_NONE, COMP_FIB, COMP_EXP} svx8_compression_t; | 55 typedef enum {COMP_NONE, COMP_FIB, COMP_EXP} svx8_compression_type; |
56 | 56 |
57 typedef struct { | 57 typedef struct { |
58 uint32_t body_size; | 58 uint32_t body_size; |
59 uint32_t sent_bytes; | 59 uint32_t sent_bytes; |
60 uint32_t audio_frame_count; | 60 uint32_t audio_frame_count; |