]> git.sesse.net Git - ffmpeg/commit
avcodec/motionpixels: Don't check for errors for complete VLC
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Thu, 29 Oct 2020 09:25:09 +0000 (10:25 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 24 Nov 2020 10:35:03 +0000 (11:35 +0100)
commitd3fba7480302ada9d75575ff6892fdbb9318f1ea
tree8ed159c651afdc2a868f64cf875e438405f117db
parent3d95b1a8285240f150853d4a823bc225fd3f6544
avcodec/motionpixels: Don't check for errors for complete VLC

The algorithm used here always creates a complete VLC, so it is
unnecessary to check this again.

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