- Timestamp:
- Aug 6, 2018, 5:21:46 PM (6 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master
- Children:
- 230101d
- Parents:
- 265fe9a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/source_avcodec.c
r265fe9a r58fe197 426 426 } 427 427 428 #if LIBAVUTIL_VERSION_MAJOR > 52 428 429 if (avFrame->channels != (sint_t)s->input_channels) { 429 430 AUBIO_WRN ("source_avcodec: trying to read from %d channel(s)," … … 432 433 goto beach; 433 434 } 435 #endif 434 436 435 437 #ifdef HAVE_AVRESAMPLE
Note: See TracChangeset
for help on using the changeset viewer.