Re: [FFmpeg-devel] [PATCH 3/4] amrwbdec_mips: Add missing ff_ prefix

2016-01-28 Thread Timothy Gu
On Fri, Jan 29, 2016 at 04:43:21AM +0100, Michael Niedermayer wrote: > > LGTM > thx Pushed. Timothy ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 3/4] amrwbdec_mips: Add missing ff_ prefix

2016-01-28 Thread Michael Niedermayer
On Thu, Jan 28, 2016 at 06:33:55PM -0800, Timothy Gu wrote: > --- > libavcodec/mips/amrwbdec_mips.c | 2 +- > libavcodec/mips/amrwbdec_mips.h | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) LGTM thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB W

[FFmpeg-devel] [PATCH 3/4] amrwbdec_mips: Add missing ff_ prefix

2016-01-28 Thread Timothy Gu
--- libavcodec/mips/amrwbdec_mips.c | 2 +- libavcodec/mips/amrwbdec_mips.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libavcodec/mips/amrwbdec_mips.c b/libavcodec/mips/amrwbdec_mips.c index 1d6ed2d..e933b8a 100644 --- a/libavcodec/mips/amrwbdec_mips.c +++ b/libavcode