[FFmpeg-devel] [PATCH]VDPAU patch for h264 decoding, round 5

Carl Eugen Hoyos cehoyos
Sat Jan 3 10:49:30 CET 2009


Diego Biurrun <diego <at> biurrun.de> writes:

> > --- libavcodec/vdpauvideo.c	(revision 0)
> > +++ libavcodec/vdpauvideo.c	(revision 0)
> > @@ -0,0 +1,199 @@
> > +static void VDPAU_ensure_has_buffers(vdpau_render_state * render,
> > +        int need_entries)
> 
> weird indentation

I copied it from aac.c. Please tell me how to do it correctly.
Please note that it is not a good idea to put the declarations in vdpau_render.h
because you cannot compile mplayer like this.
I did move it back to h264.c, but I'm open for every suggestion. (an additional
header?)

Carl Eugen





More information about the ffmpeg-devel mailing list