mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
Minor resync optimization
Originally committed as revision 5888 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
20dd25adc3
commit
0019b662ae
@ -401,7 +401,7 @@ static int64_t gxf_resync_media(AVFormatContext *s, uint64_t max_interval, int t
|
|||||||
int len;
|
int len;
|
||||||
ByteIOContext *pb = &s->pb;
|
ByteIOContext *pb = &s->pb;
|
||||||
pkt_type_t type;
|
pkt_type_t type;
|
||||||
tmp = 0xff;
|
tmp = get_be32(pb);
|
||||||
start:
|
start:
|
||||||
while (tmp)
|
while (tmp)
|
||||||
READ_ONE();
|
READ_ONE();
|
||||||
|
Loading…
Reference in New Issue
Block a user