Skip to content

Commit

Permalink
struct Rav1dRef: Remove as it's now unused.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkysen committed Apr 23, 2024
1 parent ea91a8f commit 873ff70
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
3 changes: 1 addition & 2 deletions include/dav1d/dav1d.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ use crate::src::error::Rav1dError;
use crate::src::internal::Rav1dContext;
pub use crate::src::log::Dav1dLogger;
use crate::src::log::Rav1dLogger;
use crate::src::r#ref::Rav1dRef;
use bitflags::bitflags;
use std::ffi::c_int;
use std::ffi::c_uint;
use strum::FromRepr;

pub type Dav1dContext = Rav1dContext;
pub type Dav1dRef = Rav1dRef;
pub type Dav1dRef = ();

pub type Dav1dInloopFilterType = c_uint;
pub const DAV1D_INLOOPFILTER_ALL: Dav1dInloopFilterType =
Expand Down
1 change: 0 additions & 1 deletion lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ pub mod src {
mod picture;
mod qm;
mod recon;
pub(crate) mod r#ref;
mod refmvs;
mod scan;
mod tables;
Expand Down
13 changes: 0 additions & 13 deletions src/ref.rs

This file was deleted.

0 comments on commit 873ff70

Please sign in to comment.