summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libavcodec/on2avc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/on2avc.c b/libavcodec/on2avc.c
index 01977e5..9bf5e87 100644
--- a/libavcodec/on2avc.c
+++ b/libavcodec/on2avc.c
@@ -923,6 +923,7 @@ static av_cold int on2avc_decode_init(AVCodecContext *avctx)
av_log(avctx, AV_LOG_ERROR, "0x500 version should be mono\n");
return AVERROR_INVALIDDATA;
}
+
if (avctx->channels == 2)
av_log(avctx, AV_LOG_WARNING,
"Stereo mode support is not good, patch is welcome\n");
OpenPOWER on IntegriCloud