[FFmpeg-devel] [PATCH][2/8] Add common data structures and helper functions for VA API support (take 2)
Diego Biurrun
diego
Mon Feb 9 13:59:23 CET 2009
On Mon, Feb 09, 2009 at 01:55:38PM +0100, Gwenole Beauchesne wrote:
>
> --- /dev/null
> +++ b/libavcodec/vaapi.h
> @@ -0,0 +1,115 @@
> +/*
> + * Video Acceleration API (shared data between FFmpeg and MPlayer)
Is this specific to MPlayer? I don't think it is, so please
don't claim this is for MPlayer.
> --- /dev/null
> +++ b/libavcodec/vaapi_internal.h
> @@ -0,0 +1,27 @@
> +
> +#ifndef AVCODEC_VAAPI_INTERNAL_H
> +#define AVCODEC_VAAPI_INTERNAL_H
> +
> +#endif /* AVCODEC_VAAPI_INTERNAL_H */
This file is empty, drop it.
> --- /dev/null
> +++ b/libavcodec/vaapivideo.c
Why not simply vaapi.c? Probably legacy from xvmcvideo.c...
Diego
More information about the ffmpeg-devel
mailing list