From 862354fcea8351ddf7b6745a1d5bf559e37d2d32 Mon Sep 17 00:00:00 2001 From: Christophe Thommeret Date: Mon, 29 Dec 2008 01:38:20 +0000 Subject: Add future frame. --- src/libvdpau/vdpau_mpeg12.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/libvdpau') 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; -- cgit v1.2.3