You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
dnxhd: Log the selected profile id
This commit is contained in:
@@ -80,6 +80,7 @@ static int dnxhd_init_vlc(DNXHDContext *ctx, int cid)
|
|||||||
return AVERROR(ENOSYS);
|
return AVERROR(ENOSYS);
|
||||||
}
|
}
|
||||||
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);
|
||||||
|
Reference in New Issue
Block a user