From deb13e3c7344c3eaca32199eadcc0c0a4461c209 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 6 Mar 2005 19:59:37 +0000 Subject: [PATCH] spam Originally committed as revision 4015 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h264.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/h264.c b/libavcodec/h264.c index ae994184a6..f6e96c14f1 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -2634,7 +2634,6 @@ static int decode_init(AVCodecContext *avctx){ if(avctx->extradata_size > 0 && avctx->extradata && *(char *)avctx->extradata == 1){ - av_log(avctx, AV_LOG_INFO, "assuming AVC1 format\n"); h->is_avc = 1; h->got_avcC = 0; } else {