diff options
author | Julian Scheel <julian@jusst.de> | 2008-12-03 17:24:48 +0000 |
---|---|---|
committer | Julian Scheel <julian@jusst.de> | 2008-12-03 17:24:48 +0000 |
commit | 8a6ae6a604c8c9766a50e59e9a4937ab5e4be19c (patch) | |
tree | e3abc22fa938f7cd6ecaeb336ec7df438782a8da /src/libvdpau/nal_parser.h | |
parent | 6d5a3cd061535826de2b18ca75e26a0e9b0affad (diff) | |
download | xine-lib-8a6ae6a604c8c9766a50e59e9a4937ab5e4be19c.tar.gz xine-lib-8a6ae6a604c8c9766a50e59e9a4937ab5e4be19c.tar.bz2 |
Fully working parser.
Diffstat (limited to 'src/libvdpau/nal_parser.h')
-rw-r--r-- | src/libvdpau/nal_parser.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libvdpau/nal_parser.h b/src/libvdpau/nal_parser.h index 31d55d3ca..f64f62305 100644 --- a/src/libvdpau/nal_parser.h +++ b/src/libvdpau/nal_parser.h @@ -357,7 +357,8 @@ struct nal_parser { /* pic_order_cnt */ int32_t top_field_order_cnt; - int32_t bottom_field_oder_cnt; + int32_t bottom_field_order_cnt; + int32_t pic_order_cnt_msb; int32_t prev_pic_order_cnt_msb; int32_t prev_pic_order_cnt_lsb; |