Re: [FFmpeg-devel] [PATCH 2/2] Set stream_id correctly based on KLV profile selected.

2020-05-31 Thread Marton Balint
On Sun, 31 May 2020, Brad Hards wrote: I think I fixed these issues in V2 http://ffmpeg.org/pipermail/ffmpeg-devel/2020-May/263332.html and http://ffmpeg.org/pipermail/ffmpeg-devel/2020-May/26.html Is anything more required? No, I will apply your patches soon. Thanks, Marton

Re: [FFmpeg-devel] [PATCH 2/2] Set stream_id correctly based on KLV profile selected.

2020-05-30 Thread Brad Hards
I think I fixed these issues in V2 http://ffmpeg.org/pipermail/ffmpeg-devel/2020-May/263332.html and http://ffmpeg.org/pipermail/ffmpeg-devel/2020-May/26.html Is anything more required? [Context: this is my first patch set to ffmpeg, and I'm still trying to understand the conventions] Brad

Re: [FFmpeg-devel] [PATCH 2/2] Set stream_id correctly based on KLV profile selected.

2020-05-27 Thread Marton Balint
On Wed, 27 May 2020, Brad Hards wrote: Previously we always set STREAM_TYPE_PRIVATE_DATA, and that remains the default value. --- libavformat/mpegtsenc.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/libavformat/mpegtsenc.c b/libavformat/mpegtsenc.c index bf1a7ee13f..a7703ab120

[FFmpeg-devel] [PATCH 2/2] Set stream_id correctly based on KLV profile selected.

2020-05-26 Thread Brad Hards
Previously we always set STREAM_TYPE_PRIVATE_DATA, and that remains the default value. --- libavformat/mpegtsenc.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/libavformat/mpegtsenc.c b/libavformat/mpegtsenc.c index bf1a7ee13f..a7703ab120 100644 --- a/libavformat/mpegtsenc.c +++