summaryrefslogtreecommitdiff
path: root/src/libvdpau/nal_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libvdpau/nal_parser.h')
-rw-r--r--src/libvdpau/nal_parser.h3
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;