h264: split current slice references into a separate structure
authorKostya Shishkov <kostya.shishkov@gmail.com>
Wed, 14 Jun 2023 16:41:31 +0000 (18:41 +0200)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Wed, 14 Jun 2023 16:41:31 +0000 (18:41 +0200)
commit56a17e69f584e41c2bfd2cb808b812be6b8796e5
tree84766d26b4176d24dd5766a646069a8159bce423
parent47ecb2b793dbc1451db36bcc500e069efd038fe8
h264: split current slice references into a separate structure

This will become useful when decoding a whole frame at once.
nihav-itu/src/codecs/h264/decoder_st.rs
nihav-itu/src/codecs/h264/mb_recon.rs
nihav-itu/src/codecs/h264/pic_ref.rs
nihav-itu/src/codecs/h264/types.rs