Commit ac4447b6 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '5462dde1'

* commit '5462dde1':
  metasound: Fix error message argument
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents a26e83da 5462dde1
...@@ -313,7 +313,7 @@ static av_cold int metasound_decode_init(AVCodecContext *avctx) ...@@ -313,7 +313,7 @@ static av_cold int metasound_decode_init(AVCodecContext *avctx)
default: default:
av_log(avctx, AV_LOG_ERROR, av_log(avctx, AV_LOG_ERROR,
"This version does not support %d kHz - %d kbit/s/ch mode.\n", "This version does not support %d kHz - %d kbit/s/ch mode.\n",
isampf, isampf); isampf, ibps);
return AVERROR(ENOSYS); return AVERROR(ENOSYS);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment