diff options
| author | Julian Scheel <julian@jusst.de> | 2008-12-15 10:51:25 +0000 |
|---|---|---|
| committer | Julian Scheel <julian@jusst.de> | 2008-12-15 10:51:25 +0000 |
| commit | 395b91f715127f3154476b1461622ab065d7bbf2 (patch) | |
| tree | 0e7b16aaa3924e00ba67e366e471c74d2c8ed23e /src/libvdpau/nal.h | |
| parent | ff60558d1695c5c7ffc68b234b92fcde1f781dab (diff) | |
| download | xine-lib-395b91f715127f3154476b1461622ab065d7bbf2.tar.gz xine-lib-395b91f715127f3154476b1461622ab065d7bbf2.tar.bz2 | |
Reordering works for progressive.
Diffstat (limited to 'src/libvdpau/nal.h')
| -rw-r--r-- | src/libvdpau/nal.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/libvdpau/nal.h b/src/libvdpau/nal.h index 30a38bf7c..351a3d84f 100644 --- a/src/libvdpau/nal.h +++ b/src/libvdpau/nal.h @@ -150,7 +150,7 @@ struct seq_parameter_set_rbsp uint8_t vui_parameters_present_flag; /* vui_parameters */ - union + struct { uint8_t aspect_ration_info_present_flag; @@ -269,7 +269,7 @@ struct sei_message uint32_t payload_size; uint8_t last_payload_size_byte; - union + struct { /* cpb_dpb_delays_present_flag == 1 */ uint8_t cpb_removal_delay; @@ -309,7 +309,7 @@ struct slice_header uint32_t num_ref_idx_l1_active_minus1; /* ref_pic_list_reordering */ - union + struct { /* slice_type != I && slice_type != SI */ uint8_t ref_pic_list_reordering_flag_l0; @@ -328,7 +328,7 @@ struct slice_header } ref_pic_list_reordering; /* pred_weight_table */ - union + struct { uint32_t luma_log2_weight_denom; @@ -349,7 +349,7 @@ struct slice_header } pred_weight_table; /* def_rec_pic_marking */ - union + struct { /* nal_unit_type == NAL_SLICE_IDR */ |
