You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/nl/digitalekabeltelevisie/data/mpeg/descriptors/aitable/SimpleApplicationLocationDescriptor.java
for (inti = 0; i <= vui_mvc_num_ops_minus1; i++) {
84
-
vui_mvc_num_ops_minus1Node.add(newDefaultMutableTreeNode(newKVP("vui_mvc_temporal_id["+i+"]",vui_mvc_temporal_id[ i ],null)));
85
-
DefaultMutableTreeNodevui_mvc_num_target_output_views_minus1Node = newDefaultMutableTreeNode(newKVP("vui_mvc_num_target_output_views_minus1["+i+"]",vui_mvc_num_target_output_views_minus1[ i ],null));
84
+
vui_mvc_num_ops_minus1Node.add(newKVP("vui_mvc_temporal_id["+i+"]",vui_mvc_temporal_id[ i ]));
85
+
KVPvui_mvc_num_target_output_views_minus1Node = newKVP("vui_mvc_num_target_output_views_minus1["+i+"]",vui_mvc_num_target_output_views_minus1[ i ]);
DefaultMutableTreeNodevui_mvc_timing_info_present_flagNode = newDefaultMutableTreeNode(newKVP("vui_mvc_timing_info_present_flag["+i+"]",vui_mvc_timing_info_present_flag[ i ],null));
91
+
KVPvui_mvc_timing_info_present_flagNode = newKVP("vui_mvc_timing_info_present_flag["+i+"]",vui_mvc_timing_info_present_flag[ i ]);
DefaultMutableTreeNodevui_mvc_nal_hrd_parameters_present_flagNode = newDefaultMutableTreeNode(newKVP("vui_mvc_nal_hrd_parameters_present_flag["+i+"]",vui_mvc_nal_hrd_parameters_present_flag[ i ],null));
98
+
KVPvui_mvc_nal_hrd_parameters_present_flagNode = newKVP("vui_mvc_nal_hrd_parameters_present_flag["+i+"]",vui_mvc_nal_hrd_parameters_present_flag[ i ]);
DefaultMutableTreeNodevui_mvc_vcl_hrd_parameters_present_flagNode = newDefaultMutableTreeNode(newKVP("vui_mvc_vcl_hrd_parameters_present_flag["+i+"]",vui_mvc_vcl_hrd_parameters_present_flag[ i ],null));
103
+
KVPvui_mvc_vcl_hrd_parameters_present_flagNode = newKVP("vui_mvc_vcl_hrd_parameters_present_flag["+i+"]",vui_mvc_vcl_hrd_parameters_present_flag[ i ]);
t.add(newDefaultMutableTreeNode(newKVP("frame_mbs_only_flag",frame_mbs_only_flag,frame_mbs_only_flag==0?"coded pictures of the coded video sequence may either be coded fields or coded frames":"every coded picture of the coded video sequence is a coded frame containing only frame macroblocks")));
t.add(newKVP("frame_mbs_only_flag",frame_mbs_only_flag,frame_mbs_only_flag==0?"coded pictures of the coded video sequence may either be coded fields or coded frames":"every coded picture of the coded video sequence is a coded frame containing only frame macroblocks"));
211
209
if(frame_mbs_only_flag==0 ){
212
-
t.add(newDefaultMutableTreeNode(newKVP("mb_adaptive_frame_field_flag",mb_adaptive_frame_field_flag,mb_adaptive_frame_field_flag==0?"no switching between frame and field macroblocks within a picture":"possible use of switching between frame and field macroblocks within frames")));
210
+
t.add(newKVP("mb_adaptive_frame_field_flag",mb_adaptive_frame_field_flag,mb_adaptive_frame_field_flag==0?"no switching between frame and field macroblocks within a picture":"possible use of switching between frame and field macroblocks within frames" ));
0 commit comments