[FFmpeg-devel] [PATCH]VDPAU patch for MPEG1/2 decoding, round 1
Diego Biurrun
diego
Mon Jan 5 23:33:13 CET 2009
On Mon, Jan 05, 2009 at 06:41:13PM +0100, Carl Eugen Hoyos wrote:
>
> Please comment, Carl Eugen
>
> --- libavcodec/vdpauvideo.c (revision 16437)
> +++ libavcodec/vdpauvideo.c (working copy)
> @@ -37,6 +37,83 @@
>
> +void ff_VDPAU_mpeg_field_start(MpegEncContext *s)
> +{
> + struct vdpau_render_state * render,* last, * next;
missing space after the comma
> --- libavcodec/mpeg12.c (revision 16437)
> +++ libavcodec/mpeg12.c (working copy)
> @@ -1212,6 +1213,28 @@
>
> +static void mpeg_set_pixelformat(AVCodecContext *avctx){
The opening brace should be on the next line.
Diego
More information about the ffmpeg-devel
mailing list