summaryrefslogtreecommitdiff
path: root/libavformat/nsvdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/nsvdec.c')
-rw-r--r--libavformat/nsvdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/nsvdec.c b/libavformat/nsvdec.c
index 5662279f79..c8ac74c033 100644
--- a/libavformat/nsvdec.c
+++ b/libavformat/nsvdec.c
@@ -165,7 +165,7 @@ typedef struct NSVStream {
int cum_len; /* temporary storage (used during seek) */
} NSVStream;
-typedef struct {
+typedef struct NSVContext {
int base_offset;
int NSVf_end;
uint32_t *nsvs_file_offset;