mirror of
https://github.com/encounter/rust-ffmpeg.git
synced 2026-07-10 21:18:39 -07:00
device: fix style
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ use ffi::*;
|
||||
pub struct Info<'a> {
|
||||
ptr: *mut AVDeviceInfo,
|
||||
|
||||
_marker: PhantomData<&'a i32>,
|
||||
_marker: PhantomData<&'a ()>,
|
||||
}
|
||||
|
||||
impl<'a> Info<'a> {
|
||||
|
||||
Reference in New Issue
Block a user