mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-04 05:57:49 +02:00
libavcodec/opus: Fix spelling in error message
This commit is contained in:
parent
f66abefefe
commit
5d054a1ac4
@ -328,7 +328,7 @@ av_cold int ff_opus_parse_extradata(AVCodecContext *avctx,
|
|||||||
|
|
||||||
channels = avctx->extradata ? extradata[9] : (avctx->channels == 1) ? 1 : 2;
|
channels = avctx->extradata ? extradata[9] : (avctx->channels == 1) ? 1 : 2;
|
||||||
if (!channels) {
|
if (!channels) {
|
||||||
av_log(avctx, AV_LOG_ERROR, "Zero channel count specified in the extadata\n");
|
av_log(avctx, AV_LOG_ERROR, "Zero channel count specified in the extradata\n");
|
||||||
return AVERROR_INVALIDDATA;
|
return AVERROR_INVALIDDATA;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user