Re: [FFmpeg-devel] [PATCH] libwebp: simplify AVCodec.close functions

2015-05-23 Thread James Almer
On 23/05/15 2:42 PM, Michael Niedermayer wrote: > On Sat, May 23, 2015 at 02:26:01PM -0300, James Almer wrote: >> Signed-off-by: James Almer >> --- >> libavcodec/libwebpenc.c | 5 - >> libavcodec/libwebpenc_animencoder.c | 11 +-- >> libavcodec/libwebpenc_common.c |

Re: [FFmpeg-devel] [PATCH] libwebp: simplify AVCodec.close functions

2015-05-23 Thread Michael Niedermayer
On Sat, May 23, 2015 at 02:26:01PM -0300, James Almer wrote: > Signed-off-by: James Almer > --- > libavcodec/libwebpenc.c | 5 - > libavcodec/libwebpenc_animencoder.c | 11 +-- > libavcodec/libwebpenc_common.c | 7 --- > libavcodec/libwebpenc_common.h | 2

[FFmpeg-devel] [PATCH] libwebp: simplify AVCodec.close functions

2015-05-23 Thread James Almer
Signed-off-by: James Almer --- libavcodec/libwebpenc.c | 5 - libavcodec/libwebpenc_animencoder.c | 11 +-- libavcodec/libwebpenc_common.c | 7 --- libavcodec/libwebpenc_common.h | 2 -- 4 files changed, 9 insertions(+), 16 deletions(-) diff --git a/libav