changeset 2548:bca31bc0cbae libavcodec

spam
author michael
date Sun, 06 Mar 2005 19:59:37 +0000
parents c5781912ad8a
children 89ca1169b24c
files h264.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 {