changeset 2271:859535b5eb57 libavcodec

dont print "vop not coded" by default
author michael
date Mon, 27 Sep 2004 17:46:07 +0000
parents 21f450be6cb5
children cd43603c46f9
files h263.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/h263.c	Mon Sep 27 11:50:56 2004 +0000
+++ b/h263.c	Mon Sep 27 17:46:07 2004 +0000
@@ -5780,7 +5780,8 @@
     
     /* vop coded */
     if (get_bits1(gb) != 1){
-        av_log(s->avctx, AV_LOG_ERROR, "vop not coded\n");
+        if(s->avctx->debug&FF_DEBUG_PICT_INFO)
+            av_log(s->avctx, AV_LOG_ERROR, "vop not coded\n");
         return FRAME_SKIPED;
     }
 //printf("time %d %d %d || %Ld %Ld %Ld\n", s->time_increment_bits, s->time_increment_resolution, s->time_base,