ffmpeg | branch: master | Mark Thompson <s...@jkqxz.net> | Mon Dec 11 00:28:40 2017 +0000| [a3daecd6375279d9fdb863ac9db3545a33e97651] | committer: Mark Thompson
cbs: Demote the "decomposition unimplemented" warning This is harmless and should not be a warning - unknown units are passed through to the write functions unchanged, and no other code will interact with them. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a3daecd6375279d9fdb863ac9db3545a33e97651 --- libavcodec/cbs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/cbs.c b/libavcodec/cbs.c index e5819afce3..a8d252f6c2 100644 --- a/libavcodec/cbs.c +++ b/libavcodec/cbs.c @@ -135,7 +135,7 @@ static int cbs_read_fragment_content(CodedBitstreamContext *ctx, err = ctx->codec->read_unit(ctx, &frag->units[i]); if (err == AVERROR(ENOSYS)) { - av_log(ctx->log_ctx, AV_LOG_WARNING, + av_log(ctx->log_ctx, AV_LOG_VERBOSE, "Decomposition unimplemented for unit %d " "(type %"PRIu32").\n", i, frag->units[i].type); } else if (err < 0) { _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog