mirror of https://github.com/FFmpeg/FFmpeg.git
avctx->width/height remain right/bottom cropped as previous behaviour. Hardware decoders need to know the uncropped data to allocate surfaces of correct height. Some hardware is picky and fails to decoder properly if a surface larger than needed is used during decode, so just aligning up is not enough. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>pull/2/head
parent
1125571b73
commit
29a29226bb
1 changed files with 4 additions and 6 deletions
Loading…
Reference in new issue