Browse Source

Merge commit '5462dde1947e0ecfcb2db99ae29ce9dee8933b45'

* commit '5462dde1947e0ecfcb2db99ae29ce9dee8933b45':
  metasound: Fix error message argument

Merged-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.2-rc1
Michael Niedermayer 11 years ago
parent
commit
ac4447b6ec
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