lavc/hevcdec: always call hevc_frame_end() after successfully decoding an AU

Currently it is only done if the final CTB address is at the end of the
frame, however that address is not known with hwaccel decoding. As we
only support exactly one AU per packet, and not partial/multiple AUs, we
can just as well call hevc_frame_end() unconditionally.

Fixes hwaccel decoding after d725c737fe.

Reported-by: llyyr <llyyr.public@gmail.com>
release/7.1
Anton Khirnov 8 months ago
parent 959cb2e2e3
commit 0060a368b1
Loading…
Cancel
Save