Ignore:
Timestamp:
Dec 21, 2018, 8:06:24 PM (6 years ago)
Author:
Paul Brossier <piem@piem.org>
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.
Message:

Merge branch 'feature/sink_vorbis' into feature/sink_flac

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/source_apple_audio.c

    rcf4bc9f r1c565c0  
    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.