Re: [FFmpeg-devel] [PATCH] libvpxenc: quiet unused-variable warning

2016-02-22 Thread James Zern
On Sat, Feb 20, 2016 at 11:39 AM, James Almer wrote: > On 2/20/2016 4:26 PM, James Zern wrote: >> with older versions of libvpx >> since: >> 432be63 lavc/libvpx: Fix support for RGB colorspace. >> >> Signed-off-by: James Zern >> --- >> libavcodec/libvpxenc.c | 2 ++ >> 1 file changed, 2 insertio

Re: [FFmpeg-devel] [PATCH] libvpxenc: quiet unused-variable warning

2016-02-20 Thread James Almer
On 2/20/2016 4:26 PM, James Zern wrote: > with older versions of libvpx > since: > 432be63 lavc/libvpx: Fix support for RGB colorspace. > > Signed-off-by: James Zern > --- > libavcodec/libvpxenc.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/libavcodec/libvpxenc.c b/libavcodec/lib