diff libmpcodecs/img_format.h @ 36322:d649e84ea8d5

Make VDPAU support work again with latest FFmpeg.
author reimar
date Sun, 11 Aug 2013 18:28:58 +0000
parents 4e3c56728d1e
children
line wrap: on
line diff
--- a/libmpcodecs/img_format.h	Sat Aug 10 04:02:17 2013 +0000
+++ b/libmpcodecs/img_format.h	Sun Aug 11 18:28:58 2013 +0000
@@ -296,6 +296,13 @@
     int timestamp; // pts, 90000 Hz counter based
 } vo_mpegpes_t;
 
+struct vdpau_frame_data {
+    struct vdpau_render_state *render_state;
+    const void *info;
+    unsigned bitstream_buffers_used;
+    const void *bitstream_buffers;
+};
+
 const char *vo_format_name(int format);
 
 /**