mirror of
https://github.com/encounter/rust-ffmpeg-zmwangx.git
synced 2026-07-10 21:18:40 -07:00
codec/codec: fix PhantomData type
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ use ::codec::context::Opened;
|
||||
pub struct Codec<'a> {
|
||||
pub ptr: *mut AVCodec,
|
||||
|
||||
_marker: PhantomData<&'a i32>,
|
||||
_marker: PhantomData<&'a ()>,
|
||||
}
|
||||
|
||||
impl<'a> Codec<'a> {
|
||||
|
||||
Reference in New Issue
Block a user