Mercurial > libavcodec.hg
diff qcelpdec.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 | 3c98f3e1b719 |
| children | 18dab2b47db7 |
line wrap: on
line diff
--- a/qcelpdec.c Mon Jun 29 09:02:07 2009 +0000 +++ b/qcelpdec.c Mon Jun 29 19:07:04 2009 +0000 @@ -432,7 +432,7 @@ if(scalefactor) scalefactor = sqrt(ff_dot_productf(v_ref, v_ref, len) / scalefactor); else - ff_log_missing_feature(NULL, "Zero energy for gain control", 1); + av_log_missing_feature(NULL, "Zero energy for gain control", 1); return scalefactor; } @@ -716,7 +716,7 @@ if(bitrate == SILENCE) { //FIXME: Remove experimental warning when tested with samples. - ff_log_ask_for_sample(avctx, "'Blank frame handling is experimental."); + av_log_ask_for_sample(avctx, "'Blank frame handling is experimental."); } return bitrate; }
