Skip to content

Commit

Permalink
Remove unused enum Codec
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Oct 3, 2024
1 parent aeaf137 commit d98b785
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions crates/store/re_video/src/demux/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,24 +191,6 @@ pub struct Config {
pub coded_width: u16,
}

#[derive(Debug, Clone, Copy)]
pub enum Codec {
/// AV1
Av01,

/// H.264
Avc1,

/// H.265
Hevc,

/// VP8
Vp08,

/// VP9
Vp09,
}

/// Errors that can occur when loading a video.
#[derive(thiserror::Error, Debug)]
pub enum VideoLoadError {
Expand Down

0 comments on commit d98b785

Please sign in to comment.