diff options
author | Anton Khirnov <anton@khirnov.net> | 2024-06-12 11:26:13 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2024-09-23 17:11:40 +0200 |
commit | 75914b58228031044d2b6ddd49bfea11ece5ea7a (patch) | |
tree | ef97ccc95a59a7296e322a69e3e816488b284f39 /libavformat/hcom.c | |
parent | 02a9435cb05eee99608c16b0fb8937b0b0b27db2 (diff) | |
download | ffmpeg-75914b58228031044d2b6ddd49bfea11ece5ea7a.tar.gz |
lavc/hevc/hevcdec: implement MV-HEVC inter-layer prediction
The per-frame reference picture set contains two more lists -
INTER_LAYER[01]. Assuming at most two layers, INTER_LAYER1 is always
empty, but is added anyway for completeness.
When inter-layer prediction is enabled, INTER_LAYER0 for the
second-layer frame will contain the base-layer frame from the same
access unit, if it exists.
The new lists are then used in per-slice reference picture set
construction as per F.8.3.4 "Decoding process for reference picture
lists construction".
Diffstat (limited to 'libavformat/hcom.c')
0 files changed, 0 insertions, 0 deletions