Skip to content

Commit 72a5802

Browse files
committed
Merge commit '5980c924e309ae1dde8bd52d9938f94ff02602eb'
* commit '5980c924e309ae1dde8bd52d9938f94ff02602eb': dnxhd: Log the selected profile id Merged-by: Michael Niedermayer <[email protected]>
2 parents 98c7d30 + 5980c92 commit 72a5802

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
@@ -90,6 +90,7 @@ static int dnxhd_init_vlc(DNXHDContext *ctx, uint32_t cid)
9090
return AVERROR_INVALIDDATA;
9191
}
9292
ctx->cid_table = &ff_dnxhd_cid_table[index];
93+
av_log(ctx->avctx, AV_LOG_VERBOSE, "Profile cid %d.\n", cid);
9394

9495
ff_free_vlc(&ctx->ac_vlc);
9596
ff_free_vlc(&ctx->dc_vlc);

0 commit comments

Comments
 (0)