Re: [FFmpeg-devel] [PATCH 2/2] avformat/mpegtsenc: Remove two duplicated fields

2020-05-01 Thread Marton Balint
On Thu, 30 Apr 2020, Andriy Gelman wrote: From: Andriy Gelman ts->{tsid,onid} stores the values of ts->{transport_stream_id,original_network_id} Signed-off-by: Andriy Gelman --- libavformat/mpegtsenc.c | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-) LGTM, thanks. Marton

[FFmpeg-devel] [PATCH 2/2] avformat/mpegtsenc: Remove two duplicated fields

2020-04-30 Thread Andriy Gelman
From: Andriy Gelman ts->{tsid,onid} stores the values of ts->{transport_stream_id,original_network_id} Signed-off-by: Andriy Gelman --- libavformat/mpegtsenc.c | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/libavformat/mpegtsenc.c b/libavformat/mpegtsenc.c inde