Skip to content

Commit 5980c92

Browse files
committed
dnxhd: Log the selected profile id
1 parent be089af commit 5980c92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libavcodec/dnxhddec.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ static int dnxhd_init_vlc(DNXHDContext *ctx, int cid)
8080
return AVERROR(ENOSYS);
8181
}
8282
ctx->cid_table = &ff_dnxhd_cid_table[index];
83+
av_log(ctx->avctx, AV_LOG_VERBOSE, "Profile cid %d.\n", cid);
8384

8485
ff_free_vlc(&ctx->ac_vlc);
8586
ff_free_vlc(&ctx->dc_vlc);

0 commit comments

Comments
 (0)