Skip to content
Snippets Groups Projects
Commit 525b3c13 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

media encoder: show profile name in log


Change-Id: If56186b06ab98cdb481fe8a3cba6daac4ccfef50
Reviewed-by: default avatarPhilippe Gorley <philippe.gorley@savoirfairelinux.com>
parent 6b464855
Branches
Tags
No related merge requests found
......@@ -693,7 +693,7 @@ MediaEncoder::extractProfileLevelID(const std::string &parameters,
ctx->profile |= FF_PROFILE_H264_INTRA;
break;
}
JAMI_DBG("Using profile %x and level %d", ctx->profile, ctx->level);
JAMI_DBG("Using profile %s (%x) and level %d", avcodec_profile_name(AV_CODEC_ID_H264, ctx->profile), ctx->profile, ctx->level);
}
#ifdef RING_ACCEL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment