summaryrefslogtreecommitdiff
path: root/libavfilter/vf_codecview.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_codecview.c')
-rw-r--r--libavfilter/vf_codecview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_codecview.c b/libavfilter/vf_codecview.c
index dc3397316d..331bfba777 100644
--- a/libavfilter/vf_codecview.c
+++ b/libavfilter/vf_codecview.c
@@ -44,7 +44,7 @@
#define FRAME_TYPE_P (1<<1)
#define FRAME_TYPE_B (1<<2)
-typedef struct {
+typedef struct CodecViewContext {
const AVClass *class;
unsigned mv;
unsigned frame_type;