Re: [FFmpeg-devel] [PATCH 1/2] libvpxdec, cosmetics: rename common fns vp8 -> vpx

2016-07-21 Thread James Zern
On Thu, Jul 21, 2016 at 4:22 AM, Michael Niedermayer wrote: > On Wed, Jul 20, 2016 at 09:05:14PM -0700, James Zern wrote: >> + the context struct >> >> Signed-off-by: James Zern >> --- >> libavcodec/libvpxdec.c | 28 ++-- >> 1

Re: [FFmpeg-devel] [PATCH 1/2] libvpxdec, cosmetics: rename common fns vp8 -> vpx

2016-07-21 Thread Michael Niedermayer
On Wed, Jul 20, 2016 at 09:05:14PM -0700, James Zern wrote: > + the context struct > > Signed-off-by: James Zern > --- > libavcodec/libvpxdec.c | 28 ++-- > 1 file changed, 14 insertions(+), 14 deletions(-) LGTM thx [...] -- Michael GnuPG

[FFmpeg-devel] [PATCH 1/2] libvpxdec, cosmetics: rename common fns vp8 -> vpx

2016-07-20 Thread James Zern
+ the context struct Signed-off-by: James Zern --- libavcodec/libvpxdec.c | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/libavcodec/libvpxdec.c b/libavcodec/libvpxdec.c index f7acc39..5204c99 100644 ---