mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
Fix all -Wformat warnings raised by DJGPP
This commit is contained in:
parent
1473afac5d
commit
549045254c
56 changed files with 118 additions and 101 deletions
2
ffmpeg.c
2
ffmpeg.c
|
|
@ -2509,7 +2509,7 @@ static int transcode_subtitles(InputStream *ist, AVPacket *pkt, int *got_output,
|
|||
1000, AV_TIME_BASE);
|
||||
if (end < ist->prev_sub.subtitle.end_display_time) {
|
||||
av_log(ist->dec_ctx, AV_LOG_DEBUG,
|
||||
"Subtitle duration reduced from %d to %d%s\n",
|
||||
"Subtitle duration reduced from %"PRId32" to %d%s\n",
|
||||
ist->prev_sub.subtitle.end_display_time, end,
|
||||
end <= 0 ? ", dropping it" : "");
|
||||
ist->prev_sub.subtitle.end_display_time = end;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue