Re: [FFmpeg-devel] [PATCH 1/2] avformat/dump: Use const where appropriate

2020-06-30 Thread lance . lmwang
On Tue, Jun 30, 2020 at 03:09:08PM +0200, Andreas Rheinhardt wrote: > Also switch to using a pointer to access stream side data instead of > copying the stream's AVPacketSideData. > > Signed-off-by: Andreas Rheinhardt > --- > libavformat/dump.c | 91 --

[FFmpeg-devel] [PATCH 1/2] avformat/dump: Use const where appropriate

2020-06-30 Thread Andreas Rheinhardt
Also switch to using a pointer to access stream side data instead of copying the stream's AVPacketSideData. Signed-off-by: Andreas Rheinhardt --- libavformat/dump.c | 91 -- 1 file changed, 48 insertions(+), 43 deletions(-) diff --git a/libavformat/du