Commit 0019b662 authored by Reimar Döffinger's avatar Reimar Döffinger

Minor resync optimization

Originally committed as revision 5888 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 20dd25ad
......@@ -401,7 +401,7 @@ static int64_t gxf_resync_media(AVFormatContext *s, uint64_t max_interval, int t
int len;
ByteIOContext *pb = &s->pb;
pkt_type_t type;
tmp = 0xff;
tmp = get_be32(pb);
start:
while (tmp)
READ_ONE();
......
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