Changeset 1c565c0 for src/io/source_apple_audio.c
- Timestamp:
- Dec 21, 2018, 8:06:24 PM (6 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/crepe, fix/ffmpeg5, master
- Children:
- 4cb2d54, 6245b52
- Parents:
- cf4bc9f (diff), 131d1eb (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/source_apple_audio.c
rcf4bc9f r1c565c0 345 345 "error in ExtAudioFileGetProperty (%s)\n", s->path, 346 346 getPrintableOSStatusError(errorstr, err)); 347 return err;347 return 0; 348 348 } 349 349 return (uint_t)fileLengthFrames;
Note: See TracChangeset
for help on using the changeset viewer.