diff vdpau_internal.h @ 8601:8b80f8285b1b libavcodec

Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can be used by video players. Original patch by NVIDIA corporation.
author cehoyos
date Fri, 16 Jan 2009 02:14:07 +0000
parents 4e746259152d
children 04423b2f6e0b
line wrap: on
line diff
--- a/vdpau_internal.h	Fri Jan 16 00:03:51 2009 +0000
+++ b/vdpau_internal.h	Fri Jan 16 02:14:07 2009 +0000
@@ -29,6 +29,10 @@
 
 void ff_vdpau_add_data_chunk(MpegEncContext *s, const uint8_t *buf,
                              int buf_size);
+
+void ff_vdpau_mpeg_picture_complete(MpegEncContext *s, const uint8_t *buf,
+                                    int buf_size, int slice_count);
+
 void ff_vdpau_h264_set_reference_frames(MpegEncContext *s);
 void ff_vdpau_h264_picture_complete(MpegEncContext *s);