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

Ronald S. Bultje rsbultje
Tue Sep 7 04:40:00 CEST 2010


Hi,

On Sun, Sep 5, 2010 at 6:15 PM, Felipe Contreras
<felipe.contreras at gmail.com> wrote:
> Will be needed by tidsp.
>
> Signed-off-by: Felipe Contreras <felipe.contreras at gmail.com>
> ---
> ?libavcodec/avcodec.h | ? ?2 ++
> ?1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
> index 828f1a5..50369a5 100644
> --- 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.

Ronald



More information about the ffmpeg-devel mailing list