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/zerocodec.c')
-rw-r--r--libavcodec/zerocodec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/zerocodec.c b/libavcodec/zerocodec.c
index eeba2dedf7..89c869cc5f 100644
--- a/libavcodec/zerocodec.c
+++ b/libavcodec/zerocodec.c
@@ -22,7 +22,7 @@
#include "internal.h"
#include "libavutil/common.h"
-typedef struct {
+typedef struct ZeroCodecContext {
AVFrame *previous_frame;
z_stream zstream;
} ZeroCodecContext;