Re: [FFmpeg-devel] [PATCH] avcodec: remove vima decoder

2015-02-10 Thread Michael Niedermayer
On Tue, Feb 10, 2015 at 09:08:48AM +, Paul B Mahol wrote: > On 2/10/15, Reimar Doeffinger wrote: > > On 07.02.2015, at 15:51, Paul B Mahol wrote: > >> Signed-off-by: Paul B Mahol > >> --- > >> libavcodec/Makefile | 1 - > >> libavcodec/allcodecs.c | 1 - > >> libavcodec/avcodec.h|

Re: [FFmpeg-devel] [PATCH] avcodec: remove vima decoder

2015-02-10 Thread Paul B Mahol
On 2/10/15, Reimar Doeffinger wrote: > On 07.02.2015, at 15:51, Paul B Mahol wrote: >> Signed-off-by: Paul B Mahol >> --- >> libavcodec/Makefile | 1 - >> libavcodec/allcodecs.c | 1 - >> libavcodec/avcodec.h| 1 - >> libavcodec/codec_desc.c | 7 --- >> libavcodec/vima.c | 10

Re: [FFmpeg-devel] [PATCH] avcodec: remove vima decoder

2015-02-09 Thread Reimar Döffinger
On 07.02.2015, at 15:51, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libavcodec/Makefile | 1 - > libavcodec/allcodecs.c | 1 - > libavcodec/avcodec.h| 1 - > libavcodec/codec_desc.c | 7 --- > libavcodec/vima.c | 10 -- > 5 files changed, 20 deletions(-)

[FFmpeg-devel] [PATCH] avcodec: remove vima decoder

2015-02-07 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavcodec/Makefile | 1 - libavcodec/allcodecs.c | 1 - libavcodec/avcodec.h| 1 - libavcodec/codec_desc.c | 7 --- libavcodec/vima.c | 10 -- 5 files changed, 20 deletions(-) diff --git a/libavcodec/Makefile b/libavcodec/Makefile i