changeset 3579:df07afe83a62 libavcodec

fix h261 parsing bug
author michael
date Mon, 14 Aug 2006 17:58:30 +0000
parents e0fb0ff7c6a8
children 28574f57a0fc
files h261.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/h261.c	Sun Aug 13 10:10:06 2006 +0000
+++ b/h261.c	Mon Aug 14 17:58:30 2006 +0000
@@ -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;
             }