summaryrefslogtreecommitdiff
path: root/src/libvdpau
diff options
context:
space:
mode:
authorChristophe Thommeret <hftom@free.fr>2008-12-29 01:38:20 +0000
committerChristophe Thommeret <hftom@free.fr>2008-12-29 01:38:20 +0000
commit862354fcea8351ddf7b6745a1d5bf559e37d2d32 (patch)
tree5e2bd064b7b3b455304d9725448a8174a2ec0c7d /src/libvdpau
parent5c9bcbcefee17fdd254bcecd3865cd1a5202134b (diff)
downloadxine-lib-862354fcea8351ddf7b6745a1d5bf559e37d2d32.tar.gz
xine-lib-862354fcea8351ddf7b6745a1d5bf559e37d2d32.tar.bz2
Add future frame.
Diffstat (limited to 'src/libvdpau')
-rw-r--r--src/libvdpau/vdpau_mpeg12.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libvdpau/vdpau_mpeg12.c b/src/libvdpau/vdpau_mpeg12.c
index 66d451c12..763d3ff17 100644
--- a/src/libvdpau/vdpau_mpeg12.c
+++ b/src/libvdpau/vdpau_mpeg12.c
@@ -127,8 +127,7 @@ typedef struct {
typedef struct {
uint32_t coded_width;
uint32_t coded_height;
- uint32_t display_width;
- uint32_t display_height;
+
uint64_t video_step; /* frame duration in pts units */
double ratio;
VdpDecoderProfile profile;