You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
metasound: Fix error message argument
Signed-off-by: Diego Biurrun <diego@biurrun.de>
This commit is contained in:
committed by
Diego Biurrun
parent
cb56c3961b
commit
5462dde194
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user