X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_subtitles.c;h=805ee2d7e0d922b266f05be6a26f1fd4b3911cef;hb=f78f3df7e01c266e83a98285fa3b5cd5823dab4d;hp=0f22644cc6fd8bd882705d61c3c16f14319bc43f;hpb=cea5e7355c58004605321295b7a506052292dbbc;p=ffmpeg diff --git a/libavfilter/vf_subtitles.c b/libavfilter/vf_subtitles.c index 0f22644cc6f..805ee2d7e0d 100644 --- a/libavfilter/vf_subtitles.c +++ b/libavfilter/vf_subtitles.c @@ -44,7 +44,7 @@ #include "formats.h" #include "video.h" -typedef struct { +typedef struct AssContext { const AVClass *class; ASS_Library *library; ASS_Renderer *renderer;