diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-10-22 14:35:13 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-10-23 10:28:40 +0200 |
commit | 8f4c414df6b81c3ee3f12de1504ae7ccb5f8053a (patch) | |
tree | b07a452183b04b6f784008c8a25668c147851441 /libavcodec/wmavoice.c | |
parent | 00ed7f5958d026cb4786919f4b3e46f14fe608bf (diff) | |
download | ffmpeg-8f4c414df6b81c3ee3f12de1504ae7ccb5f8053a.tar.gz |
Improve wording and spelling of av_log_missing_feature messages.
Diffstat (limited to 'libavcodec/wmavoice.c')
-rw-r--r-- | libavcodec/wmavoice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/wmavoice.c b/libavcodec/wmavoice.c index 2ed79a6302..63caad2440 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; } |