]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ass.h
checkasm/vf_blend: Decrease iteration count
[ffmpeg] / libavcodec / ass.h
index 14a1ed2c162b528d4f1b04193ae1cc7fe2fcec1b..621a7ba7f3df125521c20e76a1327e6847bc5e30 100644 (file)
@@ -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