]> git.sesse.net Git - ffmpeg/commit
avcodec/mss3: Remove unnecessary free of unallocated frame
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sat, 29 Aug 2020 06:49:45 +0000 (08:49 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sun, 30 Aug 2020 00:58:52 +0000 (02:58 +0200)
commitc1d3b4705e2a6102416f5c53e83ad57ac6388390
tree7a1b6dc389268d03b538ed55b3d456de6bfb7180
parent35b478de5b7bb885fd61b339c97f20471148e166
avcodec/mss3: Remove unnecessary free of unallocated frame

The frame will only be allocated a few lines below.

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/mss3.c