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 --
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