On Fri, Oct 16, 2015 at 8:46 AM, Luca Barbato <[email protected]> wrote: > Broken in 2d59159508c5c1830cc5da907a9454e229077320 > --- > > > libavcodec/mpeg12dec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/mpeg12dec.c b/libavcodec/mpeg12dec.c > index 1fe814d..be20414 100644 > --- a/libavcodec/mpeg12dec.c > +++ b/libavcodec/mpeg12dec.c > @@ -2753,7 +2753,7 @@ AVCodec ff_mpeg_xvmc_decoder = { > .close = mpeg_decode_end, > .decode = mpeg_decode_frame, > .capabilities = AV_CODEC_CAP_DRAW_HORIZ_BAND | AV_CODEC_CAP_DR1 | > - AV_CODEC_CAP_TRUNCATED | AV_CODEC_CAP_HWACCEL | > + AV_CODEC_CAP_TRUNCATED | CODEC_CAP_HWACCEL | > AV_CODEC_CAP_DELAY, > .flush = flush, > }; > --
ok (and sorry i missed that) -- Vittorio _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
