1
0
Fork 0
mirror of https://github.com/alfg/mp4-rust.git synced 2024-06-02 13:39:54 +00:00

Derive Eq for TfdtBox

This commit is contained in:
Jensenn 2023-01-10 18:23:13 -07:00
parent f3e8f9f779
commit 10e70474ef

View file

@ -4,7 +4,7 @@ use std::io::{Read, Seek, Write};
use crate::mp4box::*;
#[derive(Debug, Clone, PartialEq, Default, Serialize)]
#[derive(Debug, Clone, PartialEq, Eq, Default, Serialize)]
pub struct TfdtBox {
pub version: u8,
pub flags: u32,