Commit 7816c7e7 authored by Philip Langdale's avatar Philip Langdale

Add missing codec descriptor for timingless subrip.

Signed-off-by: 's avatarPhilip Langdale <philipl@overt.org>
parent 8579d4b2
...@@ -2052,7 +2052,13 @@ static const AVCodecDescriptor codec_descriptors[] = { ...@@ -2052,7 +2052,13 @@ static const AVCodecDescriptor codec_descriptors[] = {
.id = AV_CODEC_ID_SRT, .id = AV_CODEC_ID_SRT,
.type = AVMEDIA_TYPE_SUBTITLE, .type = AVMEDIA_TYPE_SUBTITLE,
.name = "srt", .name = "srt",
.long_name = NULL_IF_CONFIG_SMALL("SubRip Text"), .long_name = NULL_IF_CONFIG_SMALL("SubRip subtitle with embedded timing"),
},
{
.id = AV_CODEC_ID_SUBRIP,
.type = AVMEDIA_TYPE_SUBTITLE,
.name = "subrip",
.long_name = NULL_IF_CONFIG_SMALL("SubRip subtitle"),
}, },
{ {
.id = AV_CODEC_ID_MICRODVD, .id = AV_CODEC_ID_MICRODVD,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment