h264: improve "no picture" debug output.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2011-12-10 18:42:52 +01:00
parent 5b2873c1d5
commit cc61643123
1 changed files with 1 additions and 1 deletions

View File

@ -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) {