mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
h264: improve "no picture" debug output.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
5b2873c1d5
commit
cc61643123
@ -1531,7 +1531,7 @@ static void decode_postinit(H264Context *h, int setup_finished){
|
||||
} else
|
||||
h->next_outputed_poc = out->poc;
|
||||
}else{
|
||||
av_log(s->avctx, AV_LOG_DEBUG, "no picture\n");
|
||||
av_log(s->avctx, AV_LOG_DEBUG, "no picture %s\n", out_of_order ? "ooo" : "");
|
||||
}
|
||||
|
||||
if (h->next_output_pic && h->next_output_pic->sync) {
|
||||
|
Loading…
Reference in New Issue
Block a user