Re: [libav-devel] [PATCH 3/4] avcodec: split avpicture from imgconvert

2012-11-17 Thread Justin Ruggles
On 11/12/2012 08:11 PM, Luca Barbato wrote: > On 11/12/2012 02:13 AM, Kieran Kunhya wrote: >> On Mon, Nov 12, 2012 at 1:09 AM, Kieran Kunhya >> wrote: >>> On Mon, Nov 12, 2012 at 12:25 AM, Luca Barbato wrote: All the non deprecated functions are in avpicture.c now. --- libavcodec

Re: [libav-devel] [PATCH 3/4] avcodec: split avpicture from imgconvert

2012-11-17 Thread Luca Barbato
On 11/12/2012 01:25 AM, Luca Barbato wrote: > All the non deprecated functions are in avpicture.c now. > --- > libavcodec/Makefile | 1 + > libavcodec/avpicture.c | 123 > > libavcodec/imgconvert.c | 85 - >

Re: [libav-devel] [PATCH 3/4] avcodec: split avpicture from imgconvert

2012-11-12 Thread Luca Barbato
On 11/12/2012 02:13 AM, Kieran Kunhya wrote: > On Mon, Nov 12, 2012 at 1:09 AM, Kieran Kunhya wrote: >> On Mon, Nov 12, 2012 at 12:25 AM, Luca Barbato wrote: >>> All the non deprecated functions are in avpicture.c now. >>> --- >>> libavcodec/Makefile | 1 + >>> libavcodec/avpicture.c | 12

Re: [libav-devel] [PATCH 3/4] avcodec: split avpicture from imgconvert

2012-11-11 Thread Kieran Kunhya
On Mon, Nov 12, 2012 at 1:09 AM, Kieran Kunhya wrote: > On Mon, Nov 12, 2012 at 12:25 AM, Luca Barbato wrote: >> All the non deprecated functions are in avpicture.c now. >> --- >> libavcodec/Makefile | 1 + >> libavcodec/avpicture.c | 123 >> ++

Re: [libav-devel] [PATCH 3/4] avcodec: split avpicture from imgconvert

2012-11-11 Thread Kieran Kunhya
On Mon, Nov 12, 2012 at 12:25 AM, Luca Barbato wrote: > All the non deprecated functions are in avpicture.c now. > --- > libavcodec/Makefile | 1 + > libavcodec/avpicture.c | 123 > > libavcodec/imgconvert.c | 85 --

[libav-devel] [PATCH 3/4] avcodec: split avpicture from imgconvert

2012-11-11 Thread Luca Barbato
All the non deprecated functions are in avpicture.c now. --- libavcodec/Makefile | 1 + libavcodec/avpicture.c | 123 libavcodec/imgconvert.c | 85 - 3 files changed, 124 insertions(+), 85 deletions(-) create