diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-06-30 17:57:35 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-07-25 23:32:08 +0200 |
commit | 6265b155bc6dfa9d327273b060af767cc391a3f1 (patch) | |
tree | a14720d5fb21722d2531ad6b50e6071e982bd1b5 /libavcodec/mips/hpeldsp_mmi.c | |
parent | 13b3e84a4fc9cf2ecfeaa7a9ed148eda496419a6 (diff) | |
download | ffmpeg-6265b155bc6dfa9d327273b060af767cc391a3f1.tar.gz |
avcodec/hevcpred: Pass HEVCLocalContext when slice-threading
The HEVC decoder has both HEVCContext and HEVCLocalContext
structures. The latter is supposed to be the structure
containing the per-slicethread state.
Yet that is not how it is handled in practice: Each HEVCLocalContext
has a unique HEVCContext allocated for it and each of these
coincides except in exactly one field: The corresponding
HEVCLocalContext. This makes it possible to pass the HEVCContext
everywhere where logically a HEVCLocalContext should be used.
This commit stops doing this for lavc/hevcpred as well as
the corresponding mips code; the latter is untested.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/mips/hpeldsp_mmi.c')
0 files changed, 0 insertions, 0 deletions