This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
cb56c3961b
commit
5462dde194
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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, i
sampf
);
isampf, i
bps
);
return AVERROR(ENOSYS);
}
Write
Preview
Loading…
Cancel
Save