[FFmpeg-devel] [RFC/PATCH 4/8] avcodec: add hwaccel_private field

Felipe Contreras felipe.contreras
Tue Sep 7 11:23:33 CEST 2010


On Tue, Sep 7, 2010 at 5:40 AM, Ronald S. Bultje <rsbultje at gmail.com> wrote:
>> --- a/libavcodec/avcodec.h
>> +++ b/libavcodec/avcodec.h
>> @@ -2719,6 +2719,8 @@ typedef struct AVCodecContext {
>> ? ? ?* - decoding: unused
>> ? ? ?*/
>> ? ? int lpc_passes;
>> +
>> + ? ?void *hwaccel_private;
>> ?} AVCodecContext;
>
> Needs doxy, as any other field.

Right, I forgot in the hurry. Will do.

-- 
Felipe Contreras



More information about the ffmpeg-devel mailing list