Browse Source

metasound: Fix error message argument

Signed-off-by: Diego Biurrun <diego@biurrun.de>
tags/n2.2-rc1
Kostya Shishkov Diego Biurrun 12 years ago
parent
commit
5462dde194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/metasound.c

+ 1
- 1
libavcodec/metasound.c View File

@@ -313,7 +313,7 @@ static av_cold int metasound_decode_init(AVCodecContext *avctx)
default:
av_log(avctx, AV_LOG_ERROR,
"This version does not support %d kHz - %d kbit/s/ch mode.\n",
isampf, isampf);
isampf, ibps);
return AVERROR(ENOSYS);
}



Loading…
Cancel
Save