mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 11:39:47 +00:00
avcodec/codec_desc: describe AV_CODEC_ID_MPEG2TS
Signed-off-by: Aman Karmani <aman@tmm1.net>
This commit is contained in:
parent
d20f059fb9
commit
e1d7433100
@ -3445,6 +3445,13 @@ static const AVCodecDescriptor codec_descriptors[] = {
|
||||
.long_name = NULL_IF_CONFIG_SMALL("binary data"),
|
||||
.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,
|
||||
|
Loading…
Reference in New Issue
Block a user