Skip to content

Commit

Permalink
chore: Remove an unused import from h263
Browse files Browse the repository at this point in the history
  • Loading branch information
torokati44 committed Mar 4, 2024
1 parent 55f4d39 commit 0ccb86d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion h263/src/decoder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ mod picture;
mod state;
mod types;

pub use picture::DecodedPicture;
pub use state::H263State;
pub use types::DecoderOption;

0 comments on commit 0ccb86d

Please sign in to comment.