ffmpeg | branch: master | Marth64 <mart...@proxyid.net> | Sat Mar 9 12:39:55 2024 -0600| [8991cedd6aa25c4967c8eae033000cc9709c2b13] | committer: Stefano Sabatini
avcodec/ccaption_dec: clarify log message when out-of-display columns are ignored Signed-off-by: Marth64 <mart...@proxyid.net> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8991cedd6aa25c4967c8eae033000cc9709c2b13 --- 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; } } _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".