Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2008-12-12 01:34:14 +0300
committerAurelien Jacobs <aurel@gnuage.org>2008-12-12 01:34:14 +0300
commite998ba4fbc680cbdad296eb3d1f3dd474b869bae (patch)
treea4024e86fbbcb30b66555c85db732e7fde47b784 /libavformat/c93.c
parent6da54074010d711d3ce83df5f96bb2d3a228f9ae (diff)
avoid POSIX reserved _t suffix
Originally committed as revision 16067 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/c93.c')
-rw-r--r--libavformat/c93.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/c93.c b/libavformat/c93.c
index c377f4daba..11a0314c74 100644
--- a/libavformat/c93.c
+++ b/libavformat/c93.c
@@ -29,7 +29,7 @@ typedef struct {
} C93BlockRecord;
typedef struct {
- voc_dec_context_t voc;
+ VocDecContext voc;
C93BlockRecord block_records[512];
int current_block;