---
 libavcodec/opus.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/opus.c b/libavcodec/opus.c
index 8e896dd..7e0abeb 100644
--- a/libavcodec/opus.c
+++ b/libavcodec/opus.c
@@ -327,7 +327,7 @@ av_cold int ff_opus_parse_extradata(AVCodecContext *avctx,
 
     channels = avctx->extradata ? extradata[9] : (avctx->channels == 1) ? 1 : 
2;
     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;
     }
 
-- 
2.9.2

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to