[FFmpeg-cvslog] avcodec/error_resilience: change out commented printf() to av_log()

Michael Niedermayer git at videolan.org
Sun Sep 1 04:27:27 CEST 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Sep  1 03:44:19 2013 +0200| [990bbc15b8e749f88e5a088239a05b86dd022fe3] | committer: Michael Niedermayer

avcodec/error_resilience: change out commented printf() to av_log()

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

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

 libavcodec/error_resilience.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/error_resilience.c b/libavcodec/error_resilience.c
index 9c3b505..b9924a6 100644
--- a/libavcodec/error_resilience.c
+++ b/libavcodec/error_resilience.c
@@ -747,7 +747,7 @@ static int is_intra_more_likely(ERContext *s)
             }
         }
     }
-    // printf("is_intra_likely: %d type:%d\n", is_intra_likely, s->pict_type);
+//      av_log(NULL, AV_LOG_ERROR, "is_intra_likely: %d type:%d\n", is_intra_likely, s->pict_type);
     return is_intra_likely > 0;
 }
 



More information about the ffmpeg-cvslog mailing list