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

James Zern jzern
Thu May 20 18:49:16 CEST 2010


On Thu, May 20, 2010 at 04:21, Diego Biurrun <diego at biurrun.de> wrote:
> On Wed, May 19, 2010 at 07:57:13PM -0400, James Zern wrote:
>>
>> --- libavcodec/libvpxdec.c ? ?(revision 0)
>> +++ libavcodec/libvpxdec.c ? ?(revision 0)
>> @@ -0,0 +1,127 @@
>> +
>> +typedef struct VP8DecoderContext {
>> + ? ?vpx_codec_ctx_t decoder;
>
> Apparently libvpx invades the _t POSIX namespace left and right.
> Why don't you go ahead and change this quickly before anything
> is set in stone? ?The library is new, you can now easily make
> incompatible changes...
>
I'm working on getting at least all anonymous structs named so there
will be an option for those in this source. I'll resubmit after that's
complete.



More information about the ffmpeg-devel mailing list