Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2016-01-10 18:19:50 +0300
committerClément Bœsch <u@pkh.me>2016-01-10 18:28:14 +0300
commit6d32628bf34972bf6b600c6560a25c329afb62f8 (patch)
tree593d60e7204bb67e0d756d37f94ec880043a74ee /libavcodec/microdvddec.c
parentd86d7b2486cd5c31db8e820d8a89554abf19567e (diff)
lavc/ccaption_dec: improve default style
Use monospaced font, and a black box outline.
Diffstat (limited to 'libavcodec/microdvddec.c')
-rw-r--r--libavcodec/microdvddec.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/microdvddec.c b/libavcodec/microdvddec.c
index 9035892205..46d6d1473b 100644
--- a/libavcodec/microdvddec.c
+++ b/libavcodec/microdvddec.c
@@ -370,7 +370,8 @@ static int microdvd_init(AVCodecContext *avctx)
}
return ff_ass_subtitle_header(avctx, font_buf.str, font_size, color,
ASS_DEFAULT_BACK_COLOR, bold, italic,
- underline, alignment);
+ underline, ASS_DEFAULT_BORDERSTYLE,
+ alignment);
}
AVCodec ff_microdvd_decoder = {