Re: [FFmpeg-devel] [PATCH] lavc: deprecate VIMA decoder

2015-02-10 Thread Michael Niedermayer
On Tue, Feb 10, 2015 at 12:14:23PM +, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > doc/APIchanges | 3 +++ > libavcodec/allcodecs.c | 2 ++ > libavcodec/avcodec.h| 2 ++ > libavcodec/codec_desc.c | 2 ++ > libavcodec/version.h| 3 +++ > libavcodec/vima.c |

[FFmpeg-devel] [PATCH] lavc: deprecate VIMA decoder

2015-02-10 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- doc/APIchanges | 3 +++ libavcodec/allcodecs.c | 2 ++ libavcodec/avcodec.h| 2 ++ libavcodec/codec_desc.c | 2 ++ libavcodec/version.h| 3 +++ libavcodec/vima.c | 2 ++ 6 files changed, 14 insertions(+) diff --git a/doc/APIchanges b/doc/AP