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/cscd.c')
-rw-r--r--libavcodec/cscd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/cscd.c b/libavcodec/cscd.c
index 9ae7e33c7a..358240b7a9 100644
--- a/libavcodec/cscd.c
+++ b/libavcodec/cscd.c
@@ -30,7 +30,7 @@
#endif
#include "libavutil/lzo.h"
-typedef struct {
+typedef struct CamStudioContext {
int linelen, height, bpp;
unsigned int decomp_size;
unsigned char* decomp_buf;