Skip to content
Snippets Groups Projects
Commit 72a58026 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

Merge commit '5980c924'


* commit '5980c924':
  dnxhd: Log the selected profile id

Merged-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parents 98c7d305 5980c924
No related branches found
No related tags found
No related merge requests found
...@@ -90,6 +90,7 @@ static int dnxhd_init_vlc(DNXHDContext *ctx, uint32_t cid) ...@@ -90,6 +90,7 @@ static int dnxhd_init_vlc(DNXHDContext *ctx, uint32_t cid)
return AVERROR_INVALIDDATA; return AVERROR_INVALIDDATA;
} }
ctx->cid_table = &ff_dnxhd_cid_table[index]; ctx->cid_table = &ff_dnxhd_cid_table[index];
av_log(ctx->avctx, AV_LOG_VERBOSE, "Profile cid %d.\n", cid);
ff_free_vlc(&ctx->ac_vlc); ff_free_vlc(&ctx->ac_vlc);
ff_free_vlc(&ctx->dc_vlc); ff_free_vlc(&ctx->dc_vlc);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment