Merge branch 'feature/wrapavcodec'
[aubio.git] / src / io / source_avcodec.c
index ebb9ba5..f0be674 100644 (file)
@@ -452,6 +452,8 @@ void aubio_source_avcodec_readframe(aubio_source_avcodec_t *s,
         avFrame->channels, s->input_channels, s->path);
     goto beach;
   }
+#else
+#warning "avutil < 53 is deprecated, crashes might occur on corrupt files"
 #endif
 
 #ifdef HAVE_AVRESAMPLE