| 
																	
																	
																		
																	
																	
																 | 
																@@ -571,6 +571,7 @@ static int read_extra_header(FFV1Context *f) | 
															
														
														
													
														
															
																 | 
																 | 
																    f->quant_table_count = get_symbol(c, state, 0); | 
																 | 
																 | 
																    f->quant_table_count = get_symbol(c, state, 0); | 
															
														
														
													
														
															
																 | 
																 | 
																    if (f->quant_table_count > (unsigned)MAX_QUANT_TABLES || !f->quant_table_count) { | 
																 | 
																 | 
																    if (f->quant_table_count > (unsigned)MAX_QUANT_TABLES || !f->quant_table_count) { | 
															
														
														
													
														
															
																 | 
																 | 
																        av_log(f->avctx, AV_LOG_ERROR, "quant table count %d is invalid\n", f->quant_table_count); | 
																 | 
																 | 
																        av_log(f->avctx, AV_LOG_ERROR, "quant table count %d is invalid\n", f->quant_table_count); | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																        f->quant_table_count = 0; | 
															
														
														
													
														
															
																 | 
																 | 
																        return AVERROR_INVALIDDATA; | 
																 | 
																 | 
																        return AVERROR_INVALIDDATA; | 
															
														
														
													
														
															
																 | 
																 | 
																    } | 
																 | 
																 | 
																    } | 
															
														
														
													
														
															
																 | 
																 | 
																
  | 
																 | 
																 | 
																
  | 
															
														
														
													
												
													
														
															
																| 
																	
																		
																	
																	
																	
																 | 
																
  |