mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
cosmetic
Originally committed as revision 7563 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7e4709b18f
commit
75a9fbb9e9
@ -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(;;) {
|
||||||
|
Loading…
Reference in New Issue
Block a user