On 02/04/15 22:56, Vittorio Giovara wrote:
> ---
>  libavcodec/dnxhddec.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/libavcodec/dnxhddec.c b/libavcodec/dnxhddec.c
> index eb00e86..95cb290 100644
> --- a/libavcodec/dnxhddec.c
> +++ b/libavcodec/dnxhddec.c
> @@ -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);
> 

Ok.
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to