Re: [FFmpeg-devel] [PATCH 1/2] avcodec: remove duplicate AVCodecIDs

2015-09-07 Thread James Almer
On 9/7/2015 5:06 AM, Hendrik Leppkes wrote: > On Mon, Sep 7, 2015 at 2:34 AM, James Almer wrote: > Should probably make the VIMA correction in this patch > (AV_CODEC_ID_VIMA being an alias of AV_CODEC_ID_ADPCM_VIMA), to avoid > problems. > Done > Otherwise LGTM, cleaning up the deprecated dupli

Re: [FFmpeg-devel] [PATCH 1/2] avcodec: remove duplicate AVCodecIDs

2015-09-07 Thread Hendrik Leppkes
On Mon, Sep 7, 2015 at 2:34 AM, James Almer wrote: > Signed-off-by: James Almer > --- > libavcodec/avcodec.h| 60 + > libavcodec/codec_desc.c | 115 > > libavcodec/utils.c | 20 - > 3 files changed, 21 i

[FFmpeg-devel] [PATCH 1/2] avcodec: remove duplicate AVCodecIDs

2015-09-06 Thread James Almer
Signed-off-by: James Almer --- libavcodec/avcodec.h| 60 + libavcodec/codec_desc.c | 115 libavcodec/utils.c | 20 - 3 files changed, 21 insertions(+), 174 deletions(-) diff --git a/libavcodec/avcodec.h b