]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_subtitles.c
libavfilter/scale2ref: Add constants for the primary input
[ffmpeg] / libavfilter / vf_subtitles.c
index 0f22644cc6fd8bd882705d61c3c16f14319bc43f..805ee2d7e0d922b266f05be6a26f1fd4b3911cef 100644 (file)
@@ -44,7 +44,7 @@
 #include "formats.h"
 #include "video.h"
 
-typedef struct {
+typedef struct AssContext {
     const AVClass *class;
     ASS_Library  *library;
     ASS_Renderer *renderer;