vp3: Remove internal debug statement
Originally committed as revision 22892 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		
							parent
							
								
									adc725b558
								
							
						
					
					
						commit
						d7097c2d88
					
				@ -1287,8 +1287,7 @@ static inline int vp3_dequant(Vp3DecodeContext *s, Vp3Fragment *frag,
 | 
				
			|||||||
            block[perm[i]] = (token >> 2) * dequantizer[perm[i]];
 | 
					            block[perm[i]] = (token >> 2) * dequantizer[perm[i]];
 | 
				
			||||||
            s->dct_tokens[plane][i++]++;
 | 
					            s->dct_tokens[plane][i++]++;
 | 
				
			||||||
            break;
 | 
					            break;
 | 
				
			||||||
        default:
 | 
					        default: // shouldn't happen
 | 
				
			||||||
            av_log(s->avctx, AV_LOG_ERROR, "internal: invalid token type\n");
 | 
					 | 
				
			||||||
            return i;
 | 
					            return i;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    } while (i < 64);
 | 
					    } while (i < 64);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user