[FFmpeg-devel] [PATCH] lavf/mpegts: add support for AVS2

Carl Eugen Hoyos ceffmpeg at gmail.com
Wed Sep 18 03:20:09 EEST 2019


Am Sa., 26. Mai 2018 um 08:50 Uhr schrieb hwren <hwrenx at 126.com>:
>
> Signed-off-by: hwren <hwrenx at 126.com>
> ---
>  libavformat/mpegts.c | 1 +
>  libavformat/mpegts.h | 1 +
>  2 files changed, 2 insertions(+)
>
> diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c
> index 5f53f77..6674cd0 100644
> --- a/libavformat/mpegts.c
> +++ b/libavformat/mpegts.c
> @@ -735,6 +735,7 @@ static const StreamType ISO_types[] = {
>      { 0x21, AVMEDIA_TYPE_VIDEO, AV_CODEC_ID_JPEG2000   },
>      { 0x24, AVMEDIA_TYPE_VIDEO, AV_CODEC_ID_HEVC       },
>      { 0x42, AVMEDIA_TYPE_VIDEO, AV_CODEC_ID_CAVS       },
> +    { 0xd2, AVMEDIA_TYPE_VIDEO, AV_CODEC_ID_AVS2       },
>      { 0xd1, AVMEDIA_TYPE_VIDEO, AV_CODEC_ID_DIRAC      },
>      { 0xea, AVMEDIA_TYPE_VIDEO, AV_CODEC_ID_VC1        },
>      { 0 },

Pushed this hunk.

Carl Eugen


More information about the ffmpeg-devel mailing list