]> git.sesse.net Git - ffmpeg/commit
avformat/webmdashenc: Don't pass NULL to memcmp
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Mon, 23 Sep 2019 21:23:10 +0000 (23:23 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
Sun, 28 Mar 2021 15:50:17 +0000 (17:50 +0200)
commita42c47b77feda837a966aa96569ed8a2553b1c36
treeaa3b63e130f3402cb09062a08b6a90660b2d03dd
parente44214a8242bc12fa2c86fcc8b0abd2053f1c8f9
avformat/webmdashenc: Don't pass NULL to memcmp

Affects the FATE-tests webm-dash-manifest-unaligned-video-streams,
webm-dash-manifest and webm-dash-manifest-representations.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavformat/webmdashenc.c