[FFmpeg-devel] [PATCH]Remove xvmc_acceleration if favor of hw_acceleration

Diego Biurrun diego
Wed Jan 7 16:55:12 CET 2009


On Wed, Jan 07, 2009 at 06:49:15PM +0100, Carl Eugen Hoyos wrote:
>
> Attached patch tries to solve the discussions around how to detect if HW  
> acceleration is currently used.
>
> --- libavcodec/avcodec.h	(revision 16452)
> +++ libavcodec/avcodec.h	(working copy)
> @@ -350,6 +350,15 @@
>  
> +enum HW_ACCELERATION {

uppercase

> @@ -2306,6 +2321,13 @@
> +
> +    enum HW_Acceleration hw_acceleration;

mixed-case

typo?

Diego




More information about the ffmpeg-devel mailing list