Changeset 51a35a7


Ignore:
Timestamp:
Dec 21, 2018, 3:26:52 PM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/timestretch, fix/ffmpeg5, master
Children:
19b839f
Parents:
a9f463c
Message:

[source_apple_audio] get_duration returns 0 on failure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/source_apple_audio.c

    ra9f463c r51a35a7  
    345345        "error in ExtAudioFileGetProperty (%s)\n", s->path,
    346346        getPrintableOSStatusError(errorstr, err));
    347     return err;
     347    return 0;
    348348  }
    349349  return (uint_t)fileLengthFrames;
Note: See TracChangeset for help on using the changeset viewer.