mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
parent
efdbf37255
commit
a594678e3d
285 changed files with 12724 additions and 1671 deletions
|
@ -1121,8 +1121,6 @@ void ff_er_frame_end(ERContext *s)
|
|||
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, av_get_picture_type_char(s->cur_pic.f->pict_type));
|
||||
|
||||
s->cur_pic.f->decode_error_flags |= FF_DECODE_ERROR_CONCEALMENT_ACTIVE;
|
||||
|
||||
is_intra_likely = is_intra_more_likely(s);
|
||||
|
||||
/* set unknown mb-type to most likely */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue