Re: [FFmpeg-devel] [PATCH 1/6] avformat/segment: Access AVStream more directly

2020-05-22 Thread Andreas Rheinhardt
Andreas Rheinhardt: > Andreas Rheinhardt: >> by storing s->streams[i] in a pointer instead of constantly using >> s->streams[i]->... >> >> Signed-off-by: Andreas Rheinhardt >> --- >> libavformat/segment.c | 17 - >> 1 file changed, 8 insertions(+), 9 deletions(-) >> >> diff --git

Re: [FFmpeg-devel] [PATCH 1/6] avformat/segment: Access AVStream more directly

2020-05-21 Thread Andreas Rheinhardt
Andreas Rheinhardt: > by storing s->streams[i] in a pointer instead of constantly using > s->streams[i]->... > > Signed-off-by: Andreas Rheinhardt > --- > libavformat/segment.c | 17 - > 1 file changed, 8 insertions(+), 9 deletions(-) > > diff --git a/libavformat/segment.c b/lib

[FFmpeg-devel] [PATCH 1/6] avformat/segment: Access AVStream more directly

2020-05-17 Thread Andreas Rheinhardt
by storing s->streams[i] in a pointer instead of constantly using s->streams[i]->... Signed-off-by: Andreas Rheinhardt --- libavformat/segment.c | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/libavformat/segment.c b/libavformat/segment.c index 32c09827eb..7