1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-13 22:21:11 +02:00

Remove naked malloc (or similar) and free in: RawAudioGuess.cpp

This commit is contained in:
Paul Licameli
2017-02-28 23:15:44 -05:00
parent 53b9869268
commit 48d951d9c3
2 changed files with 201 additions and 250 deletions

View File

@@ -25,4 +25,4 @@
SF_FORMAT value
*/
int RawAudioGuess(const wxString &in_fname,
int *out_offset, unsigned *out_channels);
unsigned *out_offset, unsigned *out_channels);