mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
0060a368b1
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
|
||
---|---|---|
.. | ||
cabac.c | ||
data.c | ||
data.h | ||
dsp_template.c | ||
dsp.c | ||
dsp.h | ||
filter.c | ||
hevc.h | ||
hevcdec.c | ||
hevcdec.h | ||
Makefile | ||
mvs.c | ||
parse.c | ||
parse.h | ||
parser.c | ||
pred_template.c | ||
pred.c | ||
pred.h | ||
ps_enc.c | ||
ps.c | ||
ps.h | ||
refs.c | ||
sei.c | ||
sei.h |