[Ffmpeg-cvslog] r5888 - trunk/libavformat/gxf.c
reimar
subversion
Wed Aug 2 11:59:11 CEST 2006
Author: reimar
Date: Wed Aug 2 11:59:10 2006
New Revision: 5888
Modified:
trunk/libavformat/gxf.c
Log:
Minor resync optimization
Modified: trunk/libavformat/gxf.c
==============================================================================
--- trunk/libavformat/gxf.c (original)
+++ trunk/libavformat/gxf.c Wed Aug 2 11:59:10 2006
@@ -401,7 +401,7 @@
int len;
ByteIOContext *pb = &s->pb;
pkt_type_t type;
- tmp = 0xff;
+ tmp = get_be32(pb);
start:
while (tmp)
READ_ONE();
More information about the ffmpeg-cvslog
mailing list