[FFmpeg-devel] [PATCH]VDPAU patch for h264 decoding, round 6
Diego Biurrun
diego
Sat Jan 3 20:11:15 CET 2009
On Sat, Jan 03, 2009 at 07:35:59PM +0100, Carl Eugen Hoyos wrote:
>
> Please comment, Carl Eugen
>
> --- libavcodec/vdpauvideo.c (revision 0)
> +++ libavcodec/vdpauvideo.c (revision 0)
> @@ -0,0 +1,198 @@
> +static void VDPAU_ensure_has_buffers(vdpau_render_state * render,
> + int need_entries)
The indentation is still weird.
> --- libavcodec/vdpau_render.h (revision 0)
> +++ libavcodec/vdpau_render.h (revision 0)
> @@ -0,0 +1,87 @@
> +typedef struct{
> + [...]
> +} vdpau_render_state;
This is still done without the typedef in xvmc_render.h.
Diego
More information about the ffmpeg-devel
mailing list