From 75a9fbb9e9a478577f6f73d0297ec5c75b54b016 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 17 Jan 2007 10:45:59 +0000 Subject: [PATCH] cosmetic Originally committed as revision 7563 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/mpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/mpeg.c b/libavformat/mpeg.c index 147bce5..7e6a6e8 100644 --- a/libavformat/mpeg.c +++ b/libavformat/mpeg.c @@ -1484,7 +1484,7 @@ static int mpegps_read_pes_header(AVFormatContext *s, *ppos = url_ftell(&s->pb) - 4; } len = get_be16(&s->pb); - pts = AV_NOPTS_VALUE; + pts = dts = AV_NOPTS_VALUE; /* stuffing */ for(;;) { -- 2.7.4