[vlc-devel] [PATCH] videotoolbox: change DPB log message to debug

Thomas Guillem thomas at gllm.fr
Mon Sep 21 12:56:55 CEST 2020


But it is very helpful to me!

OK OK, LGTM.

On Mon, Sep 21, 2020, at 12:54, Marvin Scholz wrote:
> This message is not helpful for the average user.
> ---
>  modules/codec/videotoolbox.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/modules/codec/videotoolbox.c b/modules/codec/videotoolbox.c
> index 13689d3e70a..02e009a42dd 100644
> --- a/modules/codec/videotoolbox.c
> +++ b/modules/codec/videotoolbox.c
> @@ -916,7 +916,7 @@ static void OnDecodedFrame(decoder_t *p_dec, 
> frame_info_t *p_info)
>                  p_sys->i_pic_reorder_max++;
>                  pic_pacer_UpdateReorderMax(p_sys->pic_pacer,
>                                                
> p_sys->i_pic_reorder_max, p_info->i_num_ts);
> -                msg_Info(p_dec, "Raising max DPB to %"PRIu8, 
> p_sys->i_pic_reorder_max);
> +                msg_Dbg(p_dec, "Raising max DPB to %"PRIu8, 
> p_sys->i_pic_reorder_max);
>                  break;
>              }
>              else if (!p_sys->b_poc_based_reorder &&
> @@ -927,7 +927,7 @@ static void OnDecodedFrame(decoder_t *p_dec, 
> frame_info_t *p_info)
>                  p_sys->i_pic_reorder_max++;
>                  pic_pacer_UpdateReorderMax(p_sys->pic_pacer,
>                                                
> p_sys->i_pic_reorder_max, p_info->i_num_ts);
> -                msg_Info(p_dec, "Raising max DPB to %"PRIu8, 
> p_sys->i_pic_reorder_max);
> +                msg_Dbg(p_dec, "Raising max DPB to %"PRIu8, 
> p_sys->i_pic_reorder_max);
>                  break;
>              }
>          }
> -- 
> 2.24.3 (Apple Git-128)
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list