Changes in src/io/source_avcodec.c [58fe197:5690daf]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/source_avcodec.c
r58fe197 r5690daf 275 275 // default to mono output 276 276 aubio_source_avcodec_reset_resampler(s, 0); 277 278 if (s->avr == NULL) goto beach;279 277 280 278 s->eof = 0; … … 425 423 goto beach; 426 424 } 427 428 #if LIBAVUTIL_VERSION_MAJOR > 52429 if (avFrame->channels != (sint_t)s->input_channels) {430 AUBIO_WRN ("source_avcodec: trying to read from %d channel(s),"431 "but configured for %d; is '%s' corrupt?\n", avFrame->channels,432 s->input_channels, s->path);433 goto beach;434 }435 #endif436 425 437 426 #ifdef HAVE_AVRESAMPLE
Note: See TracChangeset
for help on using the changeset viewer.