1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00
Originally committed as revision 7563 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2007-01-17 10:45:59 +00:00
parent 7e4709b18f
commit 75a9fbb9e9

View File

@ -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(;;) {