summaryrefslogtreecommitdiff
path: root/libavcodec/codec_desc.c
diff options
context:
space:
mode:
authorAman Karmani <aman@tmm1.net>2020-12-22 14:28:38 -0800
committerAman Karmani <aman@tmm1.net>2020-12-28 14:08:44 -0800
commite1d7433100ede761d971e1bd436958d1c348b2b1 (patch)
treec9bfc266b1e033c434f9d1c77982dde076b9588c /libavcodec/codec_desc.c
parentd20f059fb964436bac58f3ab3d0db2bd5185d316 (diff)
downloadffmpeg-e1d7433100ede761d971e1bd436958d1c348b2b1.tar.gz
avcodec/codec_desc: describe AV_CODEC_ID_MPEG2TS
Signed-off-by: Aman Karmani <aman@tmm1.net>
Diffstat (limited to 'libavcodec/codec_desc.c')
-rw-r--r--libavcodec/codec_desc.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c
index 404c460f8f..14757bf31b 100644
--- a/libavcodec/codec_desc.c
+++ b/libavcodec/codec_desc.c
@@ -3446,6 +3446,13 @@ static const AVCodecDescriptor codec_descriptors[] = {
.mime_types= MT("application/octet-stream"),
},
{
+ .id = AV_CODEC_ID_MPEG2TS,
+ .type = AVMEDIA_TYPE_DATA,
+ .name = "mpegts",
+ .long_name = NULL_IF_CONFIG_SMALL("raw MPEG-TS stream"),
+ .mime_types= MT("application/MP2T"),
+ },
+ {
.id = AV_CODEC_ID_WRAPPED_AVFRAME,
.type = AVMEDIA_TYPE_VIDEO,
.name = "wrapped_avframe",