[bTSstream-devel] [Git][videolan/bitstream][master] 2 commits: dvb/si/desc_6f: fix XML output
Christophe Massiot (@cmassiot)
gitlab at videolan.org
Fri Oct 27 13:00:22 UTC 2023
Christophe Massiot pushed to branch master at VideoLAN / bitstream
Commits:
c371f541 by Arnaud de Turckheim at 2023-10-27T11:23:39+02:00
dvb/si/desc_6f: fix XML output
- - - - -
061bc8e6 by Christophe Massiot at 2023-10-27T14:59:56+02:00
Merge branch 'quarium-desc_6f'
- - - - -
1 changed file:
- dvb/si/desc_6f.h
Changes:
=====================================
dvb/si/desc_6f.h
=====================================
@@ -93,7 +93,7 @@ static inline void desc6f_print(const uint8_t *p_desc, f_print pf_print,
switch (i_print_type) {
case PRINT_XML:
pf_print(opaque, "<APPLICATION type=\"%u\""
- "AIT_version_number=\"%u\"/>",
+ " AIT_version_number=\"%u\"/>",
desc6f_app_get_type(p_desc_n),
desc6f_app_get_AIT_version_number(p_desc_n));
break;
View it on GitLab: https://code.videolan.org/videolan/bitstream/-/compare/2eec995c6f23c2202c2e2adcff925ae212c4ad2d...061bc8e6d51aaf90f5eb4377c7d1fc52baee2a66
--
View it on GitLab: https://code.videolan.org/videolan/bitstream/-/compare/2eec995c6f23c2202c2e2adcff925ae212c4ad2d...061bc8e6d51aaf90f5eb4377c7d1fc52baee2a66
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the biTStream-devel
mailing list