[SCM] libav/experimental: Remove debug line.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:55:17 UTC 2013


The following commit has been merged in the experimental branch:
commit 21f6aa108fae150a05cb401ce017a66b43821692
Author: Benjamin Larsson <banan at ludd.ltu.se>
Date:   Sun Jan 21 21:25:16 2007 +0000

    Remove debug line.
    
    Originally committed as revision 7621 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/flashsvenc.c b/libavcodec/flashsvenc.c
index 8152f3e..2683f02 100644
--- a/libavcodec/flashsvenc.c
+++ b/libavcodec/flashsvenc.c
@@ -294,7 +294,6 @@ static int flashsv_encode_frame(AVCodecContext *avctx, uint8_t *buf, int buf_siz
 
     res = encode_bitstream(s, p, buf, buf_size, opt_w*16, opt_h*16, s->previous_frame, &I_frame);
 #endif
-    av_log(avctx, AV_LOG_ERROR, "res %d\n", res);
     //save the current frame
     memcpy(s->previous_frame, p->data[0], s->image_height*p->linesize[0]*3);
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list