diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-01-17 10:45:59 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-01-17 10:45:59 +0000 |
commit | 75a9fbb9e9a478577f6f73d0297ec5c75b54b016 (patch) | |
tree | 5ac2af200980d0cca4f9fed94d414badbf9227f3 | |
parent | 7e4709b18ffe5debefd8127a40f23594e4b86047 (diff) | |
download | ffmpeg-75a9fbb9e9a478577f6f73d0297ec5c75b54b016.tar.gz |
cosmetic
Originally committed as revision 7563 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/mpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mpeg.c b/libavformat/mpeg.c index 147bce5968..7e6a6e8d85 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(;;) { |