[FFmpeg-cvslog] h264: improve "no picture" debug output.

Michael Niedermayer git at videolan.org
Sat Dec 10 18:53:07 CET 2011


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Dec 10 18:42:52 2011 +0100| [cc616431238c6c450a8bd53cf7983b12dda7f134] | committer: Michael Niedermayer

h264: improve "no picture" debug output.

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cc616431238c6c450a8bd53cf7983b12dda7f134
---

 libavcodec/h264.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index d35938c..a9a5277 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -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) {



More information about the ffmpeg-cvslog mailing list