Commit f98dcded authored by Jai Menon's avatar Jai Menon Committed by Diego Biurrun

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
parent db95d3bf
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
#define PACKET_SIZE 1024 #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 { typedef struct {
uint32_t body_size; 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