Skip to content

Commit

Permalink
Make bitmap default sub_type of libaribcaption]
Browse files Browse the repository at this point in the history
  • Loading branch information
vroad committed Apr 14, 2023
1 parent cea71b2 commit 66c8dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libavcodec/libaribcaption.c
Original file line number Diff line number Diff line change
Expand Up @@ -1108,7 +1108,7 @@ static int aribcaption_init(AVCodecContext *avctx)
static const AVOption options[] = {
{ "sub_type", "subtitle rendering type",
OFFSET(subtitle_type), AV_OPT_TYPE_INT,
{ .i64 = SUBTITLE_ASS }, SUBTITLE_NONE, SUBTITLE_ASS, SD, "type" },
{ .i64 = SUBTITLE_BITMAP }, SUBTITLE_NONE, SUBTITLE_ASS, SD, "type" },
{ "none", "do nothing", 0, AV_OPT_TYPE_CONST,
{ .i64 = SUBTITLE_NONE }, .flags = SD, .unit = "type" },
{ "bitmap", "bitmap rendering", 0, AV_OPT_TYPE_CONST,
Expand Down

0 comments on commit 66c8dd7

Please sign in to comment.