Originally committed as revision 4015 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2005-03-06 19:59:37 +00:00
parent d5be317cbe
commit deb13e3c73
1 changed files with 0 additions and 1 deletions

View File

@ -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 {