[FFmpeg-devel] [PATCH 1/2] avcodec/ccaption_dec: clarify log message when out-of-display columns are ignored

Stefano Sabatini stefasab at gmail.com
Sun Mar 10 16:11:18 EET 2024


On date Saturday 2024-03-09 12:39:55 -0600, Marth64 wrote:
> Signed-off-by: Marth64 <marth64 at proxyid.net>
> ---
>  libavcodec/ccaption_dec.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libavcodec/ccaption_dec.c b/libavcodec/ccaption_dec.c
> index 1550e4b253..d03413265a 100644
> --- a/libavcodec/ccaption_dec.c
> +++ b/libavcodec/ccaption_dec.c
> @@ -358,7 +358,7 @@ static void write_char(CCaptionSubContext *ctx, struct Screen *screen, char ch)
>          return;
>      }
>      else {
> -        av_log(ctx, AV_LOG_WARNING, "Data Ignored since exceeding screen width\n");
> +        av_log(ctx, AV_LOG_WARNING, "Data ignored due to columns exceeding screen width\n");
>          return;
>      }

will apply, thanks


More information about the ffmpeg-devel mailing list