Changeset 4d44531 for src/io/source_avcodec.c
- Timestamp:
- Feb 26, 2017, 11:37:22 PM (8 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, sampler
- Children:
- cf5c2ca
- Parents:
- 41b4421
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/source_avcodec.c
r41b4421 r4d44531 485 485 return ret; 486 486 } 487 if ((sint_t)pos < 0) { 488 AUBIO_ERR("source_avcodec: could not seek %s at %d (seeking position" 489 " should be >= 0)\n", s->path, pos); 490 return AUBIO_FAIL; 491 } 487 492 ret = avformat_seek_file(s->avFormatCtx, s->selected_stream, 488 493 min_ts, resampled_pos, max_ts, seek_flags);
Note: See TracChangeset
for help on using the changeset viewer.