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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libvdpau/nal.h b/src/libvdpau/nal.h
index 4ab98b032..40e463716 100644
--- a/src/libvdpau/nal.h
+++ b/src/libvdpau/nal.h
@@ -380,7 +380,8 @@ struct slice_header
uint32_t long_term_pic_num;
uint32_t long_term_frame_idx;
uint32_t max_long_term_frame_idx_plus1;
- } dec_ref_pic_marking;
+ } dec_ref_pic_marking[10];
+ uint32_t dec_ref_pic_marking_count;
};
struct nal_unit