diff vdpau_internal.h @ 10509:cdf5b1ed3500 libavcodec

Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be used by video players. Original patch by NVIDIA corporation.
author cehoyos
date Tue, 10 Nov 2009 18:52:39 +0000
parents 2d7269e13a8d
children e603f624b03f
line wrap: on
line diff
--- a/vdpau_internal.h	Tue Nov 10 14:48:32 2009 +0000
+++ b/vdpau_internal.h	Tue Nov 10 18:52:39 2009 +0000
@@ -39,4 +39,7 @@
 void ff_vdpau_vc1_decode_picture(MpegEncContext *s, const uint8_t *buf,
                                  int buf_size);
 
+void ff_vdpau_mpeg4_decode_picture(MpegEncContext *s, const uint8_t *buf,
+                                   int buf_size);
+
 #endif /* AVCODEC_VDPAU_INTERNAL_H */