avcodec/bmp_parser: reset state
Fixes part of ticket 5598 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
		
							parent
							
								
									250b620d29
								
							
						
					
					
						commit
						37005e65eb
					
				@ -69,8 +69,10 @@ restart:
 | 
			
		||||
                    next = i - 17;
 | 
			
		||||
                    state = 0;
 | 
			
		||||
                    break;
 | 
			
		||||
                } else
 | 
			
		||||
                } else {
 | 
			
		||||
                    bpc->pc.state64 = 0;
 | 
			
		||||
                    goto restart;
 | 
			
		||||
                }
 | 
			
		||||
            } else if (bpc->pc.frame_start_found)
 | 
			
		||||
                bpc->pc.frame_start_found++;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user