ec: print picture type with concealment error message.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		
							parent
							
								
									3f22fcce3a
								
							
						
					
					
						commit
						2e346bdaba
					
				@ -1075,8 +1075,8 @@ void ff_er_frame_end(MpegEncContext *s)
 | 
				
			|||||||
        if (error & ER_MV_ERROR)
 | 
					        if (error & ER_MV_ERROR)
 | 
				
			||||||
            mv_error++;
 | 
					            mv_error++;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    av_log(s->avctx, AV_LOG_INFO, "concealing %d DC, %d AC, %d MV errors\n",
 | 
					    av_log(s->avctx, AV_LOG_INFO, "concealing %d DC, %d AC, %d MV errors in %c frame\n",
 | 
				
			||||||
           dc_error, ac_error, mv_error);
 | 
					           dc_error, ac_error, mv_error, av_get_picture_type_char(s->pict_type));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    is_intra_likely = is_intra_more_likely(s);
 | 
					    is_intra_likely = is_intra_more_likely(s);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user