Changes in src/io/source_avcodec.c [50bb325:029bf4e]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/source_avcodec.c
r50bb325 r029bf4e 62 62 // hack to create or re-create the context the first time _do or _do_multi is called 63 63 void aubio_source_avcodec_reset_resampler(aubio_source_avcodec_t * s, uint_t multi); 64 void aubio_source_avcodec_readframe(aubio_source_avcodec_t *s, uint_t * read_samples); 64 65 65 66 aubio_source_avcodec_t * new_aubio_source_avcodec(char_t * path, uint_t samplerate, uint_t hop_size) { … … 279 280 (uint8_t **)avFrame->data, in_linesize, in_samples); 280 281 if (out_samples <= 0) { 281 AUBIO_ERR("No sample found while converting frame (%s)\n", s->path);282 //AUBIO_ERR("No sample found while converting frame (%s)\n", s->path); 282 283 goto beach; 283 284 }
Note: See TracChangeset
for help on using the changeset viewer.