Re: [FFmpeg-devel] [PATCH] Populate MPEG2TS codec_tag using ff_codec_movvideo_tags/ff_codec_movaudio_tags (av4cc) rather than the PES stream_type. For MPEG2TS files containing h264, ffprobe currently

2019-05-16 Thread Hendrik Leppkes
On Thu, May 16, 2019 at 6:12 PM Damien Lévin wrote: > > Thanks Hendrik, > > The documentation from the AVCodecParameters codec_tag changed here (and > not AVCodecContext which you are referring to) seems pretty explicit about > being an AVI fourcc. So I'm not sure I understand why setting the PES

Re: [FFmpeg-devel] [PATCH] Populate MPEG2TS codec_tag using ff_codec_movvideo_tags/ff_codec_movaudio_tags (av4cc) rather than the PES stream_type. For MPEG2TS files containing h264, ffprobe currently

2019-05-16 Thread Damien Lévin
Thanks Hendrik, The documentation from the AVCodecParameters codec_tag changed here (and not AVCodecContext which you are referring to) seems pretty explicit about being an AVI fourcc. So I'm not sure I understand why setting the PES stream_type (ISO/IEC 13818-1, table 2-34) would be more

Re: [FFmpeg-devel] [PATCH] Populate MPEG2TS codec_tag using ff_codec_movvideo_tags/ff_codec_movaudio_tags (av4cc) rather than the PES stream_type. For MPEG2TS files containing h264, ffprobe currently

2019-05-15 Thread Hendrik Leppkes
On Wed, May 15, 2019 at 6:15 PM Damien Levin wrote: > > --- > libavformat/mpegts.c | 9 +++-- > tests/ref/fate/concat-demuxer-simple2-lavf-ts | 4 ++-- > 2 files changed, 9 insertions(+), 4 deletions(-) > > diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c >

[FFmpeg-devel] [PATCH] Populate MPEG2TS codec_tag using ff_codec_movvideo_tags/ff_codec_movaudio_tags (av4cc) rather than the PES stream_type. For MPEG2TS files containing h264, ffprobe currently retu

2019-05-15 Thread Damien Levin
--- libavformat/mpegts.c | 9 +++-- tests/ref/fate/concat-demuxer-simple2-lavf-ts | 4 ++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c index 8a84e5cc19..79c0b78b1f 100644 --- a/libavformat/mpegts.c +++