Fix clippy::redundant_field_names
This commit is contained in:
@ -21,7 +21,7 @@ unsafe impl Send for Output {}
|
||||
impl Output {
|
||||
pub unsafe fn wrap(ptr: *mut AVFormatContext) -> Self {
|
||||
Output {
|
||||
ptr: ptr,
|
||||
ptr,
|
||||
ctx: Context::wrap(ptr, destructor::Mode::Output),
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user