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:
Diffstat (limited to 'libavcodec/mimic.c')
-rw-r--r--libavcodec/mimic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mimic.c b/libavcodec/mimic.c
index 88ee5d380c..7f97366de4 100644
--- a/libavcodec/mimic.c
+++ b/libavcodec/mimic.c
@@ -35,7 +35,7 @@
#define MIMIC_HEADER_SIZE 20
-typedef struct {
+typedef struct MimicContext {
AVCodecContext *avctx;
int num_vblocks[3];