@ -490,7 +490,6 @@ int ff_h264_context_init(H264Context *h)
if ( CONFIG_ERROR_RESILIENCE ) {
if ( CONFIG_ERROR_RESILIENCE ) {
/* init ER */
/* init ER */
er - > avctx = h - > avctx ;
er - > avctx = h - > avctx ;
er - > mecc = & h - > mecc ;
er - > decode_mb = h264_er_decode_mb ;
er - > decode_mb = h264_er_decode_mb ;
er - > opaque = h ;
er - > opaque = h ;
er - > quarter_sample = 1 ;
er - > quarter_sample = 1 ;
@ -619,8 +618,6 @@ av_cold int ff_h264_decode_init(AVCodecContext *avctx)
h - > dequant_coeff_pps = - 1 ;
h - > dequant_coeff_pps = - 1 ;
/* needed so that IDCT permutation is known early */
/* needed so that IDCT permutation is known early */
if ( CONFIG_ERROR_RESILIENCE )
ff_me_cmp_init ( & h - > mecc , h - > avctx ) ;
ff_videodsp_init ( & h - > vdsp , 8 ) ;
ff_videodsp_init ( & h - > vdsp , 8 ) ;
memset ( h - > pps . scaling_matrix4 , 16 , 6 * 16 * sizeof ( uint8_t ) ) ;
memset ( h - > pps . scaling_matrix4 , 16 , 6 * 16 * sizeof ( uint8_t ) ) ;
@ -1231,8 +1228,6 @@ int ff_h264_set_parameter_from_sps(H264Context *h)
ff_h264qpel_init ( & h - > h264qpel , h - > sps . bit_depth_luma ) ;
ff_h264qpel_init ( & h - > h264qpel , h - > sps . bit_depth_luma ) ;
ff_h264_pred_init ( & h - > hpc , h - > avctx - > codec_id , h - > sps . bit_depth_luma ,
ff_h264_pred_init ( & h - > hpc , h - > avctx - > codec_id , h - > sps . bit_depth_luma ,
h - > sps . chroma_format_idc ) ;
h - > sps . chroma_format_idc ) ;
if ( CONFIG_ERROR_RESILIENCE )
ff_me_cmp_init ( & h - > mecc , h - > avctx ) ;
ff_videodsp_init ( & h - > vdsp , h - > sps . bit_depth_luma ) ;
ff_videodsp_init ( & h - > vdsp , h - > sps . bit_depth_luma ) ;
} else {
} else {
av_log ( h - > avctx , AV_LOG_ERROR , " Unsupported bit depth %d \n " ,
av_log ( h - > avctx , AV_LOG_ERROR , " Unsupported bit depth %d \n " ,