From 9b27474cdfd87a8d6c78879ea90a1fc65348afed Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 26 May 2017 18:01:31 +0200 Subject: avformat/mux: Fix copy an paste typo Found-by: Roger Scott Signed-off-by: Michael Niedermayer (cherry picked from commit 1a36354698fc0453ba4d337786d2cb4d3e374cfb) Signed-off-by: Michael Niedermayer --- libavformat/mux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat') diff --git a/libavformat/mux.c b/libavformat/mux.c index 06d87dec7f..682a2620f6 100644 --- a/libavformat/mux.c +++ b/libavformat/mux.c @@ -737,7 +737,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 ); } -- cgit v1.2.1