summaryrefslogtreecommitdiff
path: root/libavcodec/wmavoice.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-10-21 23:13:53 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-10-21 23:13:53 +0200
commit248b1ff26b7ccd4cc2e1ad9220f203015a129a10 (patch)
treedbd695a80637ec85f069a713fdab9701b9550a8b /libavcodec/wmavoice.c
parent8f37a1e8dc93df5530df45a6f6fcf2d8dd3722e0 (diff)
Fix various uses of av_log_missing_feature()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/wmavoice.c')
-rw-r--r--libavcodec/wmavoice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/wmavoice.c b/libavcodec/wmavoice.c
index 8715d80830..480c9edd50 100644
--- a/libavcodec/wmavoice.c
+++ b/libavcodec/wmavoice.c
@@ -1762,7 +1762,7 @@ static int synth_superframe(AVCodecContext *ctx, int *got_frame_ptr)
* are really WMAPro-in-WMAVoice-superframes. I've never seen those in
* the wild yet. */
if (!get_bits1(gb)) {
- av_log_missing_feature(ctx, "WMAPro-in-WMAVoice support", 1);
+ av_log_missing_feature(ctx, "WMAPro-in-WMAVoice", 1);
return AVERROR_PATCHWELCOME;
}