[bTSstream-devel] [Git][videolan/bitstream][master] 2 commits: desc65_get_scrambling_mode_txt: add DVB-CISSA version 1

Christophe Massiot gitlab at videolan.org
Sat Oct 27 20:28:16 CEST 2018


Christophe Massiot pushed to branch master at VideoLAN / bitstream


Commits:
7f1360af by Rafaël Carré at 2018-10-23T08:25:38Z
desc65_get_scrambling_mode_txt: add DVB-CISSA version 1

reference: TS 103 127 V1.1.1

- - - - -
4626b9f8 by Christophe Massiot at 2018-10-27T18:28:01Z
Merge branch 'funman-master'

- - - - -


1 changed file:

- dvb/si/desc_65.h


Changes:

=====================================
dvb/si/desc_65.h
=====================================
@@ -70,6 +70,7 @@ static inline const char *desc65_get_scrambling_mode_txt(uint8_t i_mode)
            i_mode == 0x03                   ? "DVB-CSA3 in standart mode" :
            i_mode == 0x04                   ? "DVB-CSA3 in minimally enhanced mode" :
            i_mode == 0x05                   ? "DVB-CSA3 in fully enhanced mode" :
+           i_mode == 0x10                   ? "DVB-CISSA version 1" :
            i_mode >= 0x06 && i_mode <= 0x6f ? "Reserved" :
            i_mode >= 0x70 && i_mode <= 0x7f ? "ATIS defined" :
            i_mode >= 0x80 && i_mode <= 0xfe ? "User defined" : "Reserved";



View it on GitLab: https://code.videolan.org/videolan/bitstream/compare/976f2a98c866400464ba163c6c553622c38b53f1...4626b9f8f3f2b423dd2e98dc227092e9305638ed

-- 
View it on GitLab: https://code.videolan.org/videolan/bitstream/compare/976f2a98c866400464ba163c6c553622c38b53f1...4626b9f8f3f2b423dd2e98dc227092e9305638ed
You're receiving this email because of your account on code.videolan.org.


More information about the biTStream-devel mailing list