Changeset 0f5837d
- Timestamp:
- Dec 13, 2018, 3:10:08 AM (6 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/timestretch, fix/ffmpeg5, master
- Children:
- 2434566
- Parents:
- 39c8d08
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/source_avcodec.c
r39c8d08 r0f5837d 240 240 goto beach; 241 241 } 242 #if FFMPEG_LIBAVFORMAT // deprecated with ffmpeg, required with libav 242 243 av_codec_set_pkt_timebase(avCodecCtx, 243 244 avFormatCtx->streams[selected_stream]->time_base); 245 #endif 244 246 #endif 245 247
Note: See TracChangeset
for help on using the changeset viewer.