Skip to content

Commit

Permalink
fix changed mutability in ffmpeg 7.0 output_raw_buf_start_callback
Browse files Browse the repository at this point in the history
  • Loading branch information
gerwin3 committed Apr 16, 2024
1 parent c40aef9 commit cf949ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ffi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ pub fn output_raw_packetized_buf_start(
// No `read_packet`.
None,
// Passthrough for `write_packet`.
Some(output_raw_buf_start_callback),
Some(output_raw_buf_start_callback as _),
// No `seek`.
None,
);
Expand Down

0 comments on commit cf949ee

Please sign in to comment.