[Ffmpeg-cvslog] r5997 - trunk/libavcodec/h261.c
michael
subversion
Mon Aug 14 19:58:30 CEST 2006
Author: michael
Date: Mon Aug 14 19:58:30 2006
New Revision: 5997
Modified:
trunk/libavcodec/h261.c
Log:
fix h261 parsing bug
Modified: trunk/libavcodec/h261.c
==============================================================================
--- trunk/libavcodec/h261.c (original)
+++ trunk/libavcodec/h261.c Mon Aug 14 19:58:30 2006
@@ -859,7 +859,6 @@
state= (state<<8) | buf[i];
for(j=0; j<8; j++){
if(((state>>j)&0xFFFFF) == 0x00010){
- i++;
vop_found=1;
break;
}
More information about the ffmpeg-cvslog
mailing list