diff --git a/libavformat/oggparseopus.c b/libavformat/oggparseopus.c index 8e538609c3..965951fc45 100644 --- a/libavformat/oggparseopus.c +++ b/libavformat/oggparseopus.c @@ -119,8 +119,8 @@ static int opus_packet(AVFormatContext *avf, int idx) if (skip > 0) { os->pduration = skip < os->pduration ? os->pduration - skip : 1; os->end_trimming = skip; - av_log(avf, AV_LOG_WARNING, - "Last packet must be truncated to %d (unimplemented).\n", + av_log(avf, AV_LOG_DEBUG, + "Last packet was truncated to %d due to end trimming.\n", os->pduration); } }