X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fass.h;h=621a7ba7f3df125521c20e76a1327e6847bc5e30;hb=ebf648d490448d511b5fe970d76040169e65ef74;hp=14a1ed2c162b528d4f1b04193ae1cc7fe2fcec1b;hpb=9507f68deb664c19aceddcf1451f7237aae919c3;p=ffmpeg diff --git a/libavcodec/ass.h b/libavcodec/ass.h index 14a1ed2c162..621a7ba7f3d 100644 --- a/libavcodec/ass.h +++ b/libavcodec/ass.h @@ -40,6 +40,7 @@ #define ASS_DEFAULT_ITALIC 0 #define ASS_DEFAULT_UNDERLINE 0 #define ASS_DEFAULT_ALIGNMENT 2 +#define ASS_DEFAULT_BORDERSTYLE 1 /** @} */ /** @@ -61,7 +62,7 @@ int ff_ass_subtitle_header(AVCodecContext *avctx, const char *font, int font_size, int color, int back_color, int bold, int italic, int underline, - int alignment); + int border_style, int alignment); /** * Generate a suitable AVCodecContext.subtitle_header for SUBTITLE_ASS