- Timestamp:
- Apr 21, 2017, 10:13:39 AM (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
- Children:
- d6befbe
- Parents:
- a5004903
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/source_avcodec.c
ra5004903 r9956027 350 350 #endif /* HAVE_AVRESAMPLE || HAVE_SWRESAMPLE */ 351 351 int got_frame = 0; 352 int ret = 0;353 352 #ifdef HAVE_AVRESAMPLE 354 353 int in_linesize = 0; … … 365 364 #ifndef FF_API_LAVF_AVCTX 366 365 int len = 0; 366 #else 367 int ret = 0; 367 368 #endif 368 369 av_init_packet (&avPacket);
Note: See TracChangeset
for help on using the changeset viewer.