Skip to content

Commit

Permalink
Document the Frame struct
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero authored and shssoichiro committed Dec 28, 2023
1 parent 66466e1 commit afd28b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frame.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use crate::pixel::*;
use crate::plane::*;
use crate::serialize::{Deserialize, Serialize};

// One video frame.
/// Represents a raw video frame
#[derive(Debug, Clone, Eq, PartialEq, Serialize, Deserialize)]
pub struct Frame<T: Pixel> {
/// Planes constituting the frame.
Expand Down

0 comments on commit afd28b7

Please sign in to comment.