diff vdpau_internal.h @ 8631:2d7269e13a8d libavcodec

Add VDPAU hardware accelerated decoding for WMV3 and VC1 which can be used by video players. Original patch by NVIDIA corporation.
author cehoyos
date Tue, 20 Jan 2009 09:28:36 +0000
parents 04423b2f6e0b
children cdf5b1ed3500
line wrap: on
line diff
--- a/vdpau_internal.h	Mon Jan 19 23:41:46 2009 +0000
+++ b/vdpau_internal.h	Tue Jan 20 09:28:36 2009 +0000
@@ -36,4 +36,7 @@
 void ff_vdpau_h264_set_reference_frames(MpegEncContext *s);
 void ff_vdpau_h264_picture_complete(MpegEncContext *s);
 
+void ff_vdpau_vc1_decode_picture(MpegEncContext *s, const uint8_t *buf,
+                                 int buf_size);
+
 #endif /* AVCODEC_VDPAU_INTERNAL_H */