Re: [FFmpeg-devel] [PATCH v2 08/15] avformat/webmdashenc: Don't pass NULL to memcmp

2021-03-26 Thread Andreas Rheinhardt
Andreas Rheinhardt: > Affects the FATE-tests webm-dash-manifest-unaligned-video-streams, > webm-dash-manifest and webm-dash-manifest-representations. > > Signed-off-by: Andreas Rheinhardt > --- > libavformat/webmdashenc.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git

[FFmpeg-devel] [PATCH v2 08/15] avformat/webmdashenc: Don't pass NULL to memcmp

2019-09-27 Thread Andreas Rheinhardt
Affects the FATE-tests webm-dash-manifest-unaligned-video-streams, webm-dash-manifest and webm-dash-manifest-representations. Signed-off-by: Andreas Rheinhardt --- libavformat/webmdashenc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavformat/webmdashenc.c b/libavfor