diff voc.h @ 4081:3d6e7901bf05 libavformat

avoid POSIX reserved _t suffix
author aurel
date Thu, 11 Dec 2008 22:34:14 +0000
parents 1b6245500d8c
children 3528d151a57e
line wrap: on
line diff
--- a/voc.h	Thu Dec 11 22:24:56 2008 +0000
+++ b/voc.h	Thu Dec 11 22:34:14 2008 +0000
@@ -27,7 +27,7 @@
 
 typedef struct voc_dec_context {
     int remaining_size;
-} voc_dec_context_t;
+} VocDecContext;
 
 typedef enum voc_type {
     VOC_TYPE_EOF              = 0x00,
@@ -40,7 +40,7 @@
     VOC_TYPE_REPETITION_END   = 0x07,
     VOC_TYPE_EXTENDED         = 0x08,
     VOC_TYPE_NEW_VOICE_DATA   = 0x09,
-} voc_type_t;
+} VocType;
 
 extern const unsigned char ff_voc_magic[21];
 extern const AVCodecTag ff_voc_codec_tags[];