summaryrefslogtreecommitdiff
path: root/src/libvdpau/h264_parser.h
diff options
context:
space:
mode:
authorJulian Scheel <julian@jusst.de>2008-12-08 14:05:07 +0000
committerJulian Scheel <julian@jusst.de>2008-12-08 14:05:07 +0000
commit05dd5c1af21bdaa60b31edc5392e4f0c1bf28301 (patch)
tree635f57819be5d189c93dd8249cfec441478cceec /src/libvdpau/h264_parser.h
parentb8d5e7125ed9b6ef044b22576bab2513f9774035 (diff)
downloadxine-lib-05dd5c1af21bdaa60b31edc5392e4f0c1bf28301.tar.gz
xine-lib-05dd5c1af21bdaa60b31edc5392e4f0c1bf28301.tar.bz2
Ref-frame fixes.
Diffstat (limited to 'src/libvdpau/h264_parser.h')
-rw-r--r--src/libvdpau/h264_parser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libvdpau/h264_parser.h b/src/libvdpau/h264_parser.h
index e067f9741..bfd6d3b35 100644
--- a/src/libvdpau/h264_parser.h
+++ b/src/libvdpau/h264_parser.h
@@ -16,7 +16,8 @@ struct nal_parser {
int found_pps;
int last_nal_res;
- int is_idr;
+ uint8_t is_idr;
+
int field; /* 0=top, 1=bottom, -1=both */
int slice;
int slice_cnt;