summaryrefslogtreecommitdiff
path: root/src/libvdpau/dpb.h
diff options
context:
space:
mode:
authorJulian Scheel <julian@jusst.de>2009-01-16 13:47:06 +0000
committerJulian Scheel <julian@jusst.de>2009-01-16 13:47:06 +0000
commit7b6b9c5af1f76b21a07902a4f0c3b106b56a93c5 (patch)
treeb30b386d037805b7156910cfa67a2ef37eb6d831 /src/libvdpau/dpb.h
parent1632fa30f517c25e419201d3402e216abc7c51ca (diff)
downloadxine-lib-7b6b9c5af1f76b21a07902a4f0c3b106b56a93c5.tar.gz
xine-lib-7b6b9c5af1f76b21a07902a4f0c3b106b56a93c5.tar.bz2
Revert skip images with missing references - it may cause skips at unwanted situations...
Diffstat (limited to 'src/libvdpau/dpb.h')
-rw-r--r--src/libvdpau/dpb.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libvdpau/dpb.h b/src/libvdpau/dpb.h
index ab4e71809..6578aa42f 100644
--- a/src/libvdpau/dpb.h
+++ b/src/libvdpau/dpb.h
@@ -40,8 +40,6 @@ struct decoded_picture {
uint8_t delayed_output;
- uint8_t misses_references;
-
struct decoded_picture *next;
};