[FFmpeg-devel] [PATCH] VP8 de/encode via libvpx

David Conrad lessen42
Tue May 25 05:16:07 CEST 2010


On May 21, 2010, at 5:50 PM, James Zern wrote:

> On Fri, May 21, 2010 at 17:39, James Zern <jzern at google.com> wrote:
>> On Fri, May 21, 2010 at 11:25, Jean-Baptiste Kempf <jb at videolan.org> wrote:
>>> On Fri, May 21, 2010 at 11:19:42AM -0400, James Zern wrote :
>>>> Index: libavcodec/avcodec.h
>>>> ===================================================================
>>>>  #define LIBAVCODEC_VERSION_MAJOR 52
>>>> -#define LIBAVCODEC_VERSION_MINOR 68
>>>> +#define LIBAVCODEC_VERSION_MINOR 69
>>>>  #define LIBAVCODEC_VERSION_MICRO  3
>>> 
>>> Sorry to ask, but what is the aim of bumping MINOR without resetting
>>> MICRO? Just for my personnal curiosity?
>>> 
>> In the past actually I had been resetting it, but I think through this
>> there were check-ins that didn't. In any case it does seem to make
>> more sense to reset so I can post another roll-up that does.
>> 
> Done.

> Index: libavcodec/libvpxdec.c
> ===================================================================
> --- libavcodec/libvpxdec.c	(revision 0)
> +++ libavcodec/libvpxdec.c	(revision 0)
> @@ -0,0 +1,128 @@
> 
> [...]
> 
> +#define VPX_CODEC_DISABLE_COMPAT 1
> +#include <vpx_decoder.h>
> +#include <vp8dx.h>

libvpx's make install target puts these headers in a vpx subdirectory, should ffmpeg be changed to match?



More information about the ffmpeg-devel mailing list