]> git.sesse.net Git - ffmpeg/commit
mpegvideo_enc: drop support for reusing the input motion vectors.
authorAnton Khirnov <anton@khirnov.net>
Sun, 3 Mar 2013 19:43:43 +0000 (20:43 +0100)
committerAnton Khirnov <anton@khirnov.net>
Fri, 8 Mar 2013 06:37:45 +0000 (07:37 +0100)
commit6e7b50b4270116ded8b874d76cb7c5b1a0341827
tree19320c56efd077de16c9ecce4aafc450daf38562
parent7e350379f87e7f74420b4813170fe808e2313911
mpegvideo_enc: drop support for reusing the input motion vectors.

This misfeature is most likely completely useless and conflicts with
removing the mpegvideo-specific fields from AVFrame. In the improbable
case it is actually useful, it should be reimplemented in a better way.
libavcodec/motion_est.c
libavcodec/mpegvideo_enc.c