mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-09 14:14:39 +02:00
avcodec/ccaption_dec: clarify log message when out-of-display columns are ignored
Signed-off-by: Marth64 <marth64@proxyid.net>
This commit is contained in:
parent
e68f57d89e
commit
8991cedd6a
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user