summaryrefslogtreecommitdiff
path: root/src/libvdpau/nal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libvdpau/nal.h')
-rw-r--r--src/libvdpau/nal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libvdpau/nal.h b/src/libvdpau/nal.h
index 2fbbeff97..ee5a4bb05 100644
--- a/src/libvdpau/nal.h
+++ b/src/libvdpau/nal.h
@@ -418,8 +418,8 @@ struct nal_unit
uint32_t long_term_pic_num;
uint32_t long_term_frame_idx;
- uint32_t top_field_order_cnt;
- uint32_t bottom_field_order_cnt;
+ int32_t top_field_order_cnt;
+ int32_t bottom_field_order_cnt;
uint8_t interlaced;
uint8_t repeat_pic;