]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Avoid _t in identifier names, _t is reserved by POSIX.
authordiego <diego@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 13 Dec 2008 13:11:42 +0000 (13:11 +0000)
committerdiego <diego@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 13 Dec 2008 13:11:42 +0000 (13:11 +0000)
patch by Jai Menon, jmenon86 gmail com

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16098 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavformat/iff.c

index 1fb94c057a55f0c65c7424eb8dcbbd9ac0035ce0..e5158f68b44954c403cb52b8fde177120beeaabb 100644 (file)
@@ -52,7 +52,7 @@
 
 #define PACKET_SIZE 1024
 
-typedef enum {COMP_NONE, COMP_FIB, COMP_EXP} svx8_compression_t;
+typedef enum {COMP_NONE, COMP_FIB, COMP_EXP} svx8_compression_type;
 
 typedef struct {
     uint32_t  body_size;