summaryrefslogtreecommitdiff
path: root/src/libvdpau/nal_parser.h
diff options
context:
space:
mode:
authorJulian Scheel <julian@jusst.de>2008-12-03 09:12:49 +0000
committerJulian Scheel <julian@jusst.de>2008-12-03 09:12:49 +0000
commitd7f27cc26932ea2a82176c2bd2cbed41e20c4788 (patch)
treec6d178bec825a58a1596fb117d9d3641a17f8da5 /src/libvdpau/nal_parser.h
parent5a19f1e70d16c67e389e32a261d9a139d3c75ff1 (diff)
downloadxine-lib-d7f27cc26932ea2a82176c2bd2cbed41e20c4788.tar.gz
xine-lib-d7f27cc26932ea2a82176c2bd2cbed41e20c4788.tar.bz2
Decodes one picture, but does not display it.
Diffstat (limited to 'src/libvdpau/nal_parser.h')
-rw-r--r--src/libvdpau/nal_parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libvdpau/nal_parser.h b/src/libvdpau/nal_parser.h
index d8195c987..31d55d3ca 100644
--- a/src/libvdpau/nal_parser.h
+++ b/src/libvdpau/nal_parser.h
@@ -343,6 +343,7 @@ struct nal_parser {
int found_pps;
int last_nal_res;
+ int is_idr;
int field; /* 0=top, 1=bottom, -1=both */
int slice;
int slice_cnt;