OSDN Git Service

reuse motion vectors/mb types/field select values of the source video, if the SSE...
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 23 Apr 2004 19:06:30 +0000 (19:06 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 23 Apr 2004 19:06:30 +0000 (19:06 +0000)
commitf4f3223ffd87e330910a49c45741920f25101285
treec5dc7e3eeae5f133b80993c51dfee35978fb54c6
parent10f3005f51c4aed49abad7d882e1488225f1c674
reuse motion vectors/mb types/field select values of the source video, if the SSE for a macroblock which is predicted with these values is below me_threshold
currently works only with mpeg1/2 source or some luck
may need -sync 0 as otherwise framedrops could lead to extreemly long b frame sequences

Originally committed as revision 3042 to svn://svn.ffmpeg.org/ffmpeg/trunk
ffmpeg.c
libavcodec/motion_est.c
libavcodec/mpegvideo.c