mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
avcodec/error_resilience: change out commented printf() to av_log()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
0388203098
commit
990bbc15b8
@ -747,7 +747,7 @@ static int is_intra_more_likely(ERContext *s)
|
||||
}
|
||||
}
|
||||
}
|
||||
// printf("is_intra_likely: %d type:%d\n", is_intra_likely, s->pict_type);
|
||||
// av_log(NULL, AV_LOG_ERROR, "is_intra_likely: %d type:%d\n", is_intra_likely, s->pict_type);
|
||||
return is_intra_likely > 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user