Commit a3a1897b authored by michael's avatar michael

cosmetic


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7563 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 98ea4759
...@@ -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