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

Carl Eugen Hoyos ceffmpeg at gmail.com
Tue Jul 10 15:58:51 EEST 2018


2018-05-26 8:50 GMT+02:00, hwren <hwrenx at 126.com>:

> diff --git a/libavformat/mpegts.h b/libavformat/mpegts.h
> index 272e2be..b37db3c 100644
> --- a/libavformat/mpegts.h
> +++ b/libavformat/mpegts.h
> @@ -55,6 +55,7 @@
>  #define STREAM_TYPE_VIDEO_H264      0x1b
>  #define STREAM_TYPE_VIDEO_HEVC      0x24
>  #define STREAM_TYPE_VIDEO_CAVS      0x42
> +#define STREAM_TYPE_VIDEO_AVS2      0xd2

This hunk should be part of the patch changing mpegtsenc.c
(It is not needed for demuxing, only for muxing.)

Carl Eugen


More information about the ffmpeg-devel mailing list