diff options
Diffstat (limited to 'src/libvdpau')
| -rw-r--r-- | src/libvdpau/vdpau_mpeg12.c | 3 |
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; |
