[FFmpeg-devel] [PATCH]VDPAU patch for VC1 decoding, round 2

Diego Biurrun diego
Wed Jan 7 23:59:50 CET 2009


On Thu, Jan 08, 2009 at 01:50:05AM +0100, Carl Eugen Hoyos wrote:
> I forgot to add that I did not succeed playing all samples without using  
> two different PIX-formats.
> New patch attached.
>
> --- libavcodec/vdpau_internal.h	(revision 16481)
> +++ libavcodec/vdpau_internal.h	(working copy)
> @@ -26,9 +26,14 @@
>  
>  void ff_VDPAU_h264_add_data_chunk(H264Context *h, const uint8_t *buf,
>                                    int buf_size);
>  void ff_VDPAU_h264_picture_complete(H264Context *h);
>  
> +void ff_VDPAU_vc1_decode_picture(MpegEncContext *s, const uint8_t *buf,
> +                                 int buf_size);

Is there any reason for uppercase vdpau in those function names?

Diego




More information about the ffmpeg-devel mailing list