[Ffmpeg-cvslog] r7803 - trunk/libavcodec/vc1.c
Nico Sabbi
nsabbi
Fri Feb 2 11:08:23 CET 2007
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?
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