Skip to content

Commit

Permalink
Fix merge errors
Browse files Browse the repository at this point in the history
  • Loading branch information
randomPoison committed Apr 23, 2024
1 parent 012114f commit 957c4fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/recon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ use crate::src::internal::Rav1dContext;
use crate::src::internal::Rav1dDSPContext;
use crate::src::internal::Rav1dFrameData;
use crate::src::internal::Rav1dTaskContext;
use crate::src::internal::Rav1dTaskContext_scratch;
use crate::src::internal::ScratchEmuEdge;
use crate::src::internal::TaskContextScratch;
use crate::src::internal::TileStateRef;
use crate::src::intra_edge::EdgeFlags;
use crate::src::ipred_prepare::rav1d_prepare_intra_edges;
Expand Down Expand Up @@ -482,7 +482,7 @@ unsafe fn decode_coefs<BD: BitDepth>(
f: &Rav1dFrameData,
ts: usize,
dbg_block_info: bool,
scratch: &mut Rav1dTaskContext_scratch,
scratch: &mut TaskContextScratch,
t_cf: &mut BitDepthUnion<Cf>,
a: &mut [u8],
l: &mut [u8],
Expand Down

0 comments on commit 957c4fb

Please sign in to comment.