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 ); }