You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-10-06 05:47:18 +02:00
h264: improve "no picture" debug output.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -1531,7 +1531,7 @@ static void decode_postinit(H264Context *h, int setup_finished){
|
|||||||
} else
|
} else
|
||||||
h->next_outputed_poc = out->poc;
|
h->next_outputed_poc = out->poc;
|
||||||
}else{
|
}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) {
|
if (h->next_output_pic && h->next_output_pic->sync) {
|
||||||
|
Reference in New Issue
Block a user