diff c93.c @ 4081:3d6e7901bf05 libavformat

avoid POSIX reserved _t suffix
author aurel
date Thu, 11 Dec 2008 22:34:14 +0000
parents 27537074f2a9
children c900e8690782
line wrap: on
line diff
--- a/c93.c	Thu Dec 11 22:24:56 2008 +0000
+++ b/c93.c	Thu Dec 11 22:34:14 2008 +0000
@@ -29,7 +29,7 @@
 } C93BlockRecord;
 
 typedef struct {
-    voc_dec_context_t voc;
+    VocDecContext voc;
 
     C93BlockRecord block_records[512];
     int current_block;