mirror of
https://github.com/encounter/rust-ffmpeg.git
synced 2026-07-10 21:18:39 -07:00
Fix scale bug
This commit is contained in:
@@ -154,7 +154,7 @@ impl Context {
|
||||
(*input.as_ptr()).data.as_ptr() as *const *const _,
|
||||
(*input.as_ptr()).linesize.as_ptr() as *const _,
|
||||
0,
|
||||
self.output.height as c_int,
|
||||
self.input.height as c_int,
|
||||
(*output.as_mut_ptr()).data.as_ptr() as *const *mut _,
|
||||
(*output.as_mut_ptr()).linesize.as_ptr() as *mut _,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user