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

2019-09-17 Thread Carl Eugen Hoyos
Am Sa., 26. Mai 2018 um 08:50 Uhr schrieb hwren : > > Signed-off-by: hwren > --- > 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

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

2018-07-10 Thread Carl Eugen Hoyos
2018-05-26 8:50 GMT+02:00, hwren : > 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 > #de

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

2018-05-25 Thread hwren
Signed-off-by: hwren --- 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 StreamTy