X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_subtitles.c;h=805ee2d7e0d922b266f05be6a26f1fd4b3911cef;hb=c909b77fe3646d5891458b6af137667dfbf15eb8;hp=0f22644cc6fd8bd882705d61c3c16f14319bc43f;hpb=0f00eb0e4ec173d290faa5985ac3fc4e903bb125;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;