Re: [libav-devel] [libav-commits] lavc: add CODEC_CAP_DR1 to all video decoders missing them

2012-10-29 Thread Anton Khirnov
On Mon, 29 Oct 2012 10:37:31 +, Måns Rullgård wrote: > "Anton Khirnov " writes: > > > diff --git a/libavcodec/indeo3.c b/libavcodec/indeo3.c > > index fc0d2bc..322d360 100644 > > --- a/libavcodec/indeo3.c > > +++ b/libavcodec/indeo3.c > > @@ -1114,4 +1114,5 @@ AVCodec ff_indeo3_decoder = {

Re: [libav-devel] [libav-commits] lavc: add CODEC_CAP_DR1 to all video decoders missing them

2012-10-29 Thread Måns Rullgård
"Anton Khirnov " writes: > diff --git a/libavcodec/indeo3.c b/libavcodec/indeo3.c > index fc0d2bc..322d360 100644 > --- a/libavcodec/indeo3.c > +++ b/libavcodec/indeo3.c > @@ -1114,4 +1114,5 @@ AVCodec ff_indeo3_decoder = { > .decode = decode_frame, > .capabilities = CODEC_CAP