Changeset d4927c2


Ignore:
Timestamp:
Dec 20, 2018, 10:42:01 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:
8e76c71
Parents:
ebfa80d
git-author:
Paul Brossier <piem@piem.org> (12/20/18 22:08:58)
git-committer:
Paul Brossier <piem@piem.org> (12/20/18 22:42:01)
Message:

[source_avcodec] fix warning messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/source_avcodec.c

    rebfa80d rd4927c2  
    526526  uint_t end = 0;
    527527  uint_t total_wrote = 0;
    528   uint_t length = aubio_source_validate_input_length("source_wavread", s->path,
     528  uint_t length = aubio_source_validate_input_length("source_avcodec", s->path,
    529529      s->hop_size, read_data->length);
    530   uint_t channels = aubio_source_validate_input_channels("source_wavread",
     530  uint_t channels = aubio_source_validate_input_channels("source_avcodec",
    531531      s->path, s->input_channels, read_data->height);
    532532  while (total_wrote < length) {
Note: See TracChangeset for help on using the changeset viewer.