]> git.sesse.net Git - ffmpeg/commit
avcodec/mpegvideo_enc: Make AMV encoder usable without MJPEG encoder
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
Mon, 5 Apr 2021 19:50:12 +0000 (21:50 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
Sat, 10 Apr 2021 01:31:04 +0000 (03:31 +0200)
commitb3a38eaff492a64370092e6ff7d780199cebc68b
tree6e331170c4e2ee9270cd6e828f9087ea28a477a2
parent7c109cb92381c4895a95cf706527c0d0ff656ee7
avcodec/mpegvideo_enc: Make AMV encoder usable without MJPEG encoder

Up until now the relevant checks all checked for the existence of the
MJPEG encoder only.

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