diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2005-03-06 19:59:37 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-03-06 19:59:37 +0000 |
commit | deb13e3c7344c3eaca32199eadcc0c0a4461c209 (patch) | |
tree | 74ffa71b3c88506377e83663efb38b15e754a5b3 /libavcodec | |
parent | d5be317cbe20c1e1ace27d84a4f3cad2a694bffc (diff) | |
download | ffmpeg-deb13e3c7344c3eaca32199eadcc0c0a4461c209.tar.gz |
spam
Originally committed as revision 4015 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/h264.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 { |