Commit 72a58026 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '5980c924'

* commit '5980c924':
  dnxhd: Log the selected profile id
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 98c7d305 5980c924
...@@ -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);
......
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