shithub: aubio

Download patch

ref: 138cb1f6415e6c57ae677d852c46546d85388ca4
parent: fb1c5e2054eb859d412e1e28cb9c045c8219854c
author: Paul Brossier <piem@piem.org>
date: Fri Oct 26 13:50:10 EDT 2018

[io] emit a warning if avutil < 53

--- a/src/io/source_avcodec.c
+++ b/src/io/source_avcodec.c
@@ -434,6 +434,8 @@
         s->input_channels, s->path);
     goto beach;
   }
+#else
+#warning "avutil < 53 is deprecated, crashes might occur on corrupt files"
 #endif
 
 #ifdef HAVE_AVRESAMPLE