mirror of https://github.com/FFmpeg/FFmpeg.git
ff_mpeg1_encode_mb() contains two inlined calls to mpeg1_encode_mb_internal(); these calls are supposed to inline the properties depending upon the color space used. Yet inlining vertical chroma subsampling (which allows to remove complete branches and blocks depending upon them) has been forgotten. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>pull/383/head
parent
58f6d1e758
commit
d91b5020ec
1 changed files with 6 additions and 5 deletions
Loading…
Reference in new issue