Add missing codec descriptor for timingless subrip.

Signed-off-by: Philip Langdale <philipl@overt.org>
This commit is contained in:
Philip Langdale 2012-08-28 21:02:25 -07:00
parent 8579d4b2f0
commit 7816c7e772
1 changed files with 7 additions and 1 deletions

View File

@ -2052,7 +2052,13 @@ static const AVCodecDescriptor codec_descriptors[] = {
.id = AV_CODEC_ID_SRT,
.type = AVMEDIA_TYPE_SUBTITLE,
.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,