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