]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/cscd.c
avcodec: Don't anonymously typedef structs
[ffmpeg] / libavcodec / cscd.c
index 9ae7e33c7a4f6124a1170c7065d06bcd3e18882f..358240b7a91c3ff176a1b199c2ce1d1eb785457b 100644 (file)
@@ -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;