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

Signed-off-by: Marth64 <marth64@proxyid.net>
release/7.0
Marth64 12 months ago committed by Stefano Sabatini
parent e68f57d89e
commit 8991cedd6a
  1. 2
      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;
}
}

Loading…
Cancel
Save