[source] fix skipped samples warning in source_avcodec
authorPaul Brossier <piem@piem.org>
Thu, 13 Dec 2018 01:59:33 +0000 (02:59 +0100)
committerPaul Brossier <piem@piem.org>
Thu, 13 Dec 2018 01:59:33 +0000 (02:59 +0100)
src/io/source_avcodec.c

index 3b358bc..4195452 100644 (file)
@@ -239,6 +239,8 @@ aubio_source_avcodec_t * new_aubio_source_avcodec(const char_t * path,
         av_get_media_type_string(AVMEDIA_TYPE_AUDIO), s->path);
     goto beach;
   }
+  av_codec_set_pkt_timebase(avCodecCtx,
+      avFormatCtx->streams[selected_stream]->time_base);
 #endif
 
   if ( ( err = avcodec_open2(avCodecCtx, codec, NULL) ) < 0) {