comparison 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
comparison
equal deleted inserted replaced
10508:f33404f82b9e 10509:cdf5b1ed3500
37 void ff_vdpau_h264_picture_complete(MpegEncContext *s); 37 void ff_vdpau_h264_picture_complete(MpegEncContext *s);
38 38
39 void ff_vdpau_vc1_decode_picture(MpegEncContext *s, const uint8_t *buf, 39 void ff_vdpau_vc1_decode_picture(MpegEncContext *s, const uint8_t *buf,
40 int buf_size); 40 int buf_size);
41 41
42 void ff_vdpau_mpeg4_decode_picture(MpegEncContext *s, const uint8_t *buf,
43 int buf_size);
44
42 #endif /* AVCODEC_VDPAU_INTERNAL_H */ 45 #endif /* AVCODEC_VDPAU_INTERNAL_H */