summaryrefslogtreecommitdiff
path: root/libavformat/mpeg.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-01-17 10:45:59 +0000
committerMichael Niedermayer <michaelni@gmx.at>2007-01-17 10:45:59 +0000
commit75a9fbb9e9a478577f6f73d0297ec5c75b54b016 (patch)
tree5ac2af200980d0cca4f9fed94d414badbf9227f3 /libavformat/mpeg.c
parent7e4709b18ffe5debefd8127a40f23594e4b86047 (diff)
cosmetic
Originally committed as revision 7563 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mpeg.c')
-rw-r--r--libavformat/mpeg.c2
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(;;) {