mirror of
https://github.com/encounter/rust-ffmpeg-zmwangx.git
synced 2026-07-10 21:18:40 -07:00
util/frame/audio: derive PartialEq and Eq
This commit is contained in:
@@ -6,6 +6,7 @@ use ffi::*;
|
||||
use ::util::format;
|
||||
use super::Frame;
|
||||
|
||||
#[derive(PartialEq, Eq)]
|
||||
pub struct Audio(Frame);
|
||||
|
||||
impl Audio {
|
||||
|
||||
Reference in New Issue
Block a user