]> git.sesse.net Git - ffmpeg/commit
avcodec/mpegvideo_enc: Don't apply non-zero offset to null pointer
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 26 Mar 2021 06:15:56 +0000 (07:15 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
Thu, 1 Apr 2021 12:06:33 +0000 (14:06 +0200)
commit4863671d888273392e9dcc2429f3852c00330498
tree48b9ac4508e7c377009ee1516f8f06eb8236bb33
parent9eadd616b7ec31f9a6b691ff3faa2c6c3716335f
avcodec/mpegvideo_enc: Don't apply non-zero offset to null pointer

Affected many FATE tests (mostly vsynth ones).

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