Commit 8991cedd authored by Marth64's avatar Marth64 Committed by Stefano Sabatini

avcodec/ccaption_dec: clarify log message when out-of-display columns are ignored

Signed-off-by: 's avatarMarth64 <marth64@proxyid.net>
parent e68f57d8
......@@ -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;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment