From f98dcdedda9cd881db3d67f73ebca934a5b4522d Mon Sep 17 00:00:00 2001 From: Jai Menon Date: Sat, 13 Dec 2008 13:11:42 +0000 Subject: Avoid _t in identifier names, _t is reserved by POSIX. patch by Jai Menon, jmenon86 gmail com Originally committed as revision 16098 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/iff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/iff.c') diff --git a/libavformat/iff.c b/libavformat/iff.c index 1fb94c057a..e5158f68b4 100644 --- a/libavformat/iff.c +++ b/libavformat/iff.c @@ -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; -- cgit v1.2.1