Skip to content

Commit

Permalink
o h
Browse files Browse the repository at this point in the history
  • Loading branch information
architectnt committed May 30, 2024
1 parent 363ba45 commit a06486f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/aafc_mediaconverter/aafc_mediaconverter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ AAFCOUTPUT ExportAAFC(float* samples, int freq, int channels, int samplelength,
if ((error = dlerror()) != NULL) {
fprintf(stderr, "%s\n", error);
dlclose(hndl);
return NULL;
return { nullptr, 0 };
}

return aexport(samples, freq, channels, samplelength, bps, sampletype, forcemono, samplerateoverride, normalize, pitch);
Expand Down

0 comments on commit a06486f

Please sign in to comment.