]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_codecview.c
avfilter: don't anonymously typedef structs
[ffmpeg] / libavfilter / vf_codecview.c
index dc3397316d861396d3d0b12ec850da0d358585e9..331bfba777dce1c06d4863d4c4043786eda63a97 100644 (file)
@@ -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;