mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
h264: hide reference frame errors unless requested
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
This commit is contained in:
parent
3f04ab4fcd
commit
b490f0c2bc
@ -655,7 +655,7 @@ int ff_h264_execute_ref_pic_marking(H264Context *h, MMCO *mmco, int mmco_count){
|
||||
|
||||
print_short_term(h);
|
||||
print_long_term(h);
|
||||
return err;
|
||||
return h->s.avctx->error_recognition >= FF_ER_EXPLODE ? err : 0;
|
||||
}
|
||||
|
||||
int ff_h264_decode_ref_pic_marking(H264Context *h, GetBitContext *gb){
|
||||
|
Loading…
Reference in New Issue
Block a user