Mercurial > libavformat.hg
changeset 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 | 4143d74d34b7 |
children | 626b5bfb5aef |
files | iff.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/iff.c Sat Dec 13 12:46:11 2008 +0000 +++ b/iff.c Sat Dec 13 13:11:42 2008 +0000 @@ -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;