Changeset 39c8d08


Ignore:
Timestamp:
Dec 13, 2018, 2:59:33 AM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/timestretch, fix/ffmpeg5, master
Children:
0f5837d
Parents:
a97eb17
Message:

[source] fix skipped samples warning in source_avcodec

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/source_avcodec.c

    ra97eb17 r39c8d08  
    240240    goto beach;
    241241  }
     242  av_codec_set_pkt_timebase(avCodecCtx,
     243      avFormatCtx->streams[selected_stream]->time_base);
    242244#endif
    243245
Note: See TracChangeset for help on using the changeset viewer.