Some parts of mpegvideo.c behave differently depending upon whether AVCodecContext.draw_horiz_band is set or not. This differing behaviour makes lots of FATE tests fail and leads to garbage output, although setting this callback is not supposed to change the output at all. These checks have been added in commitspull/388/head3994623df2
andb68ab2609c
. The commit messages do not contain a real reason for adding the checks and it is indeed a mystery to me. But removing these checks fixes the FATE tests when one adds an (empty) draw_horiz_band when using a codec that claims to support it. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
parent
5bcae5251f
commit
5ecf5b93dd
1 changed files with 1 additions and 4 deletions
Loading…
Reference in new issue