Commit 5980c924 authored by Vittorio Giovara's avatar Vittorio Giovara

dnxhd: Log the selected profile id

parent be089af3
......@@ -80,6 +80,7 @@ static int dnxhd_init_vlc(DNXHDContext *ctx, int cid)
return AVERROR(ENOSYS);
}
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->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