Commit cc616431 authored by Michael Niedermayer's avatar Michael Niedermayer

h264: improve "no picture" debug output.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 5b2873c1
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment