[bTSstream-devel] [Git][videolan/bitstream][master] 3 commits: atsc/si/desc_81.h: fix descriptor name in print
Christophe Massiot (@cmassiot)
gitlab at videolan.org
Mon Oct 2 21:33:20 UTC 2023
Christophe Massiot pushed to branch master at VideoLAN / bitstream
Commits:
850d5c4a by Arnaud de Turckheim at 2023-09-21T11:46:43+02:00
atsc/si/desc_81.h: fix descriptor name in print
Change descriptor name from ac-3 to ac3 to be consistent with the other
descriptors.
- - - - -
7606253e by Christophe Massiot at 2023-10-02T23:32:28+02:00
Merge branch 'desc_81' of https://github.com/quarium/bitstream into quarium-desc_81
- - - - -
9e973bd0 by Christophe Massiot at 2023-10-02T23:32:51+02:00
Merge branch 'quarium-desc_81'
- - - - -
1 changed file:
- atsc/si/desc_81.h
Changes:
=====================================
atsc/si/desc_81.h
=====================================
@@ -233,7 +233,7 @@ static inline void desc81_print(const uint8_t *p_desc, f_print pf_print,
break;
default:
pf_print(opaque,
- " - desc 81 ac-3"
+ " - desc 81 ac3"
" sample_rate=\"0x%02x\""
" bsid=\"0x%02x\""
" bit_rate=\"0x%02x\""
View it on GitLab: https://code.videolan.org/videolan/bitstream/-/compare/8fdb7cc2ed14ee74652ea2515df0a52d56bd7ea1...9e973bd04d492e144513dafcd9a6175a901466b1
--
View it on GitLab: https://code.videolan.org/videolan/bitstream/-/compare/8fdb7cc2ed14ee74652ea2515df0a52d56bd7ea1...9e973bd04d492e144513dafcd9a6175a901466b1
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