summaryrefslogtreecommitdiff
path: root/libavcodec/avs.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/avs.c')
-rw-r--r--libavcodec/avs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/avs.c b/libavcodec/avs.c
index 976d325f2c..820568964a 100644
--- a/libavcodec/avs.c
+++ b/libavcodec/avs.c
@@ -23,8 +23,7 @@
#include "get_bits.h"
#include "internal.h"
-
-typedef struct {
+typedef struct AvsContext {
AVFrame *frame;
} AvsContext;