diff flacdec.c @ 9891:7ad7d4094d1f libavcodec

Rename ff_log_missing_feature() to av_log_missing_feature().
author rbultje
date Mon, 29 Jun 2009 19:07:04 +0000
parents 0dce4fe6e6f3
children 3fca809be8ed
line wrap: on
line diff
--- a/flacdec.c	Mon Jun 29 09:02:07 2009 +0000
+++ b/flacdec.c	Mon Jun 29 19:07:04 2009 +0000
@@ -448,7 +448,7 @@
         s->curr_bps -= wasted;
     }
     if (s->curr_bps > 32) {
-        ff_log_missing_feature(s->avctx, "decorrelated bit depth > 32", 0);
+        av_log_missing_feature(s->avctx, "decorrelated bit depth > 32", 0);
         return -1;
     }