mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-20 07:48:15 +02:00
avformat/mux: Fix copy an paste typo
Found-by: Roger Scott <rscott@grammatech.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> (cherry picked from commit 1a36354698fc0453ba4d337786d2cb4d3e374cfb) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
9aaadb1ee3
commit
162ad001b8
@ -697,7 +697,7 @@ static int write_packet(AVFormatContext *s, AVPacket *pkt)
|
||||
av_log(s, AV_LOG_WARNING, "failed to avoid negative "
|
||||
"pts %s in stream %d.\n"
|
||||
"Try -avoid_negative_ts 1 as a possible workaround.\n",
|
||||
av_ts2str(pkt->dts),
|
||||
av_ts2str(pkt->pts),
|
||||
pkt->stream_index
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user