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 {