Minor resync optimization

Originally committed as revision 5888 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Reimar Döffinger 2006-08-02 09:59:10 +00:00
parent 20dd25adc3
commit 0019b662ae
1 changed files with 1 additions and 1 deletions

View File

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