On Wed, May 4, 2011 at 1:00 PM, Ronald S. Bultje <[email protected]> wrote:
> > + if (s->ver == 2) {
> > + skip_bits(&gb, 6);
> > + if (get_bits1(&gb)) {
> > + av_log(avctx, AV_LOG_ERROR, "FIXME iframe not implemented
> yet\n");
> > + return -1;
> > + }
> > + if (get_bits1(&gb)) {
> > + av_log(avctx, AV_LOG_ERROR, "FIXME custom palette not
> implemented yet\n");
> > + return -1;
> > + }
> > + }
>
> Custom palette doesn't sound difficult, do you have samples that trigger
> this?
>
There are currently no samples that trigger this (in fact, there are
very few samples at all). We are working on getting samples.
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel