Skip to content

Commit

Permalink
Remove spec-compliant reference picture list init and modification.
Browse files Browse the repository at this point in the history
Turns out these parts don't need to be done exactly according to the
spec. The vulkan docs are not very clear on this unfortunately, but
it seems to work.
  • Loading branch information
jerzywilczek committed Nov 4, 2024
1 parent 721ce43 commit d417bc1
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 371 deletions.
3 changes: 1 addition & 2 deletions vk-video/src/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ mod reference_manager;
#[derivative(Debug)]
#[allow(non_snake_case)]
pub struct DecodeInformation {
pub(crate) reference_list_l0: Option<Vec<ReferencePictureInfo>>,
pub(crate) reference_list_l1: Option<Vec<ReferencePictureInfo>>,
pub(crate) reference_list: Option<Vec<ReferencePictureInfo>>,
#[derivative(Debug = "ignore")]
pub(crate) rbsp_bytes: Vec<u8>,
pub(crate) slice_indices: Vec<usize>,
Expand Down
Loading

0 comments on commit d417bc1

Please sign in to comment.