Commit 1a363546 authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/mux: Fix copy an paste typo

Found-by: 's avatarRoger Scott <rscott@grammatech.com>
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 1f445423
......@@ -732,7 +732,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
);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment