Commit 75a9fbb9 authored by Michael Niedermayer's avatar Michael Niedermayer

cosmetic

Originally committed as revision 7563 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 7e4709b1
...@@ -1484,7 +1484,7 @@ static int mpegps_read_pes_header(AVFormatContext *s, ...@@ -1484,7 +1484,7 @@ static int mpegps_read_pes_header(AVFormatContext *s,
*ppos = url_ftell(&s->pb) - 4; *ppos = url_ftell(&s->pb) - 4;
} }
len = get_be16(&s->pb); len = get_be16(&s->pb);
pts = AV_NOPTS_VALUE; pts =
dts = AV_NOPTS_VALUE; dts = AV_NOPTS_VALUE;
/* stuffing */ /* stuffing */
for(;;) { for(;;) {
......
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