Commit d7229ff1 authored by diego's avatar diego

Avoid _t in identifier names, _t is reserved by POSIX.

patch by Jai Menon, jmenon86 gmail com


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16098 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 56a61629
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment