mirror of https://git.ffmpeg.org/ffmpeg.git
avformat/mux: Fix copy an paste typo
Found-by: Roger Scott <rscott@grammatech.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
1f4454230d
commit
1a36354698
|
@ -732,7 +732,7 @@ static int write_packet(AVFormatContext *s, AVPacket *pkt)
|
||||||
av_log(s, AV_LOG_WARNING, "failed to avoid negative "
|
av_log(s, AV_LOG_WARNING, "failed to avoid negative "
|
||||||
"pts %s in stream %d.\n"
|
"pts %s in stream %d.\n"
|
||||||
"Try -avoid_negative_ts 1 as a possible workaround.\n",
|
"Try -avoid_negative_ts 1 as a possible workaround.\n",
|
||||||
av_ts2str(pkt->dts),
|
av_ts2str(pkt->pts),
|
||||||
pkt->stream_index
|
pkt->stream_index
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue