Commit 1325ac4c authored by Mark Thompson's avatar Mark Thompson

Merge commit 'a3daecd6'

* commit 'a3daecd6':
  cbs: Demote the "decomposition unimplemented" warning
Merged-by: 's avatarMark Thompson <sw@jkqxz.net>
parents f082dcab a3daecd6
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment