Minor resync optimization

Originally committed as revision 5888 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Reimar Döffinger 19 years ago
parent 20dd25adc3
commit 0019b662ae
  1. 2
      libavformat/gxf.c

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

Loading…
Cancel
Save