diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-06-30 18:38:34 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-07-25 23:32:08 +0200 |
commit | 09393130a0bb07f92cac111068b8b45eeafc9254 (patch) | |
tree | d264b7fd4939c9447df9dab4e877c9eadc7098e6 /libavcodec/hevcdec.h | |
parent | 05b763a4a4bdd64725cb28fd61a46fe60fe0c223 (diff) | |
download | ffmpeg-09393130a0bb07f92cac111068b8b45eeafc9254.tar.gz |
avcodec/hevcdec: Pass HEVCLocalContext** via execute2
Right now the code passes a list of ints whose entry #i
is just i as opaque parameter to hls_decode_entry_wpp
via execute2; said list is even constantly allocated and freed.
This commit stops doing so and instead passes the list of
HEVCLocalContext* instead, so that the main HEVCContext
can be avoided in accessing the HEVCLocalContext.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/hevcdec.h')
0 files changed, 0 insertions, 0 deletions