Changes in src/io/source_avcodec.c [d4927c2:2510248]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/source_avcodec.c
rd4927c2 r2510248 526 526 uint_t end = 0; 527 527 uint_t total_wrote = 0; 528 uint_t length = aubio_source_validate_input_length("source_ avcodec", s->path,528 uint_t length = aubio_source_validate_input_length("source_wavread", s->path, 529 529 s->hop_size, read_data->length); 530 uint_t channels = aubio_source_validate_input_channels("source_ avcodec",530 uint_t channels = aubio_source_validate_input_channels("source_wavread", 531 531 s->path, s->input_channels, read_data->height); 532 532 while (total_wrote < length) {
Note: See TracChangeset
for help on using the changeset viewer.