Skip to content

Commit

Permalink
Woops
Browse files Browse the repository at this point in the history
  • Loading branch information
quietvoid committed May 29, 2024
1 parent 49ab666 commit 9e029bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hdr10plus/src/capi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ pub unsafe extern "C" fn hdr10plus_rs_json_free(ptr: *const JsonOpaque) {
/// If an error occurs in the writing, returns null
#[no_mangle]
pub unsafe extern "C" fn hdr10plus_rs_write_av1_metadata_obu_t35_complete(
ptr: *const JsonOpaque,
ptr: *mut JsonOpaque,
frame_number: size_t,
) -> *const Data {
if ptr.is_null() {
Expand Down

0 comments on commit 9e029bd

Please sign in to comment.