[Ffmpeg-cvslog] r7803 - trunk/libavcodec/vc1.c

Kostya kostya.shishkov
Fri Feb 2 16:06:00 CET 2007


On Fri, Feb 02, 2007 at 11:08:23AM +0100, Nico Sabbi wrote:
> kostya wrote:
> 
> >Author: kostya
> >Date: Fri Feb  2 07:45:21 2007
> >New Revision: 7803
> >
> >Modified:
> >  trunk/libavcodec/vc1.c
> >
> >
> >        if(avctx->extradata_size < 16) {
> >-            av_log(avctx, AV_LOG_ERROR, "Extradata size too small: %i\n", 
> >edata_size);
> >+            av_log(avctx, AV_LOG_ERROR, "Extradata size too small: %i\n", 
> >avctx->extradata_size);
> >            return -1;
> >        }
> > 
> >
> 
> can you remove this check and accept streams without extradata assuming that
> in this case the video has inline headers?

Working on this, maybe it will be ready today

> BTW, the [un]escaping of vc1 and h264 is identical (and shitty); maybe 
> you could share the code
> 
> --
> Email.it, the professional e-mail, gratis per te: http://www.email.it/f
> 
> Sponsor:
> Scopri la tradizione del buon vino, offerta di benvenuto con regalo
> Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=3926&d=2-2
> 




More information about the ffmpeg-cvslog mailing list