summaryrefslogtreecommitdiff
path: root/libavcodec/cinepak.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/cinepak.c')
-rw-r--r--libavcodec/cinepak.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/cinepak.c b/libavcodec/cinepak.c
index f651c489bf..1a6d4f55fb 100644
--- a/libavcodec/cinepak.c
+++ b/libavcodec/cinepak.c
@@ -47,7 +47,7 @@ typedef uint8_t cvid_codebook[12];
#define MAX_STRIPS 32
-typedef struct {
+typedef struct cvid_strip {
uint16_t id;
uint16_t x1, y1;
uint16_t x2, y2;