# HG changeset patch # User michael # Date 1110139177 0 # Node ID bca31bc0cbae6b111c241b8312d67c20dba56dbf # Parent c5781912ad8a2d1f097c5ff7717cf2d33083e31f spam diff -r c5781912ad8a -r bca31bc0cbae h264.c --- a/h264.c Sun Mar 06 19:40:12 2005 +0000 +++ b/h264.c Sun Mar 06 19:59:37 2005 +0000 @@ -2634,7 +2634,6 @@ 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 {