Skip to content

increased 1 byte of cc_data according to spec#114

Merged
cfsmp3 merged 1 commit intoCCExtractor:masterfrom
anshul1912:master
Oct 11, 2014
Merged

increased 1 byte of cc_data according to spec#114
cfsmp3 merged 1 commit intoCCExtractor:masterfrom
anshul1912:master

Conversation

@anshul1912
Copy link
Copy Markdown
Contributor

According to CEA-708-D August 2008
cc_data() {
reserved 1 bit
proccess_cc_data_flag 1 bit
zero bit 1 bit
cc_count 5 bit
reserved 8 bit
for( i = 0; i < cc_count; i++) {
one_bit_4_compatibility 1 bit
reserved 4 bit
cc_valid 1 bit
cc_type 2 bit
cc_data_1 8 bit
cc_data_2 8 bit
}
}

According to CEA-708-D August 2008
cc_data() {
    reserved                   1 bit
    proccess_cc_data_flag      1 bit
    zero bit                   1 bit
    cc_count                   5 bit
    reserved                   8 bit
    for( i = 0; i < cc_count; i++) {
        one_bit_4_compatibility      1 bit
        reserved                     4 bit
        cc_valid                     1 bit
        cc_type                      2 bit
        cc_data_1                    8 bit
        cc_data_2                    8 bit
    }
}
@cfsmp3 cfsmp3 merged commit b06654b into CCExtractor:master Oct 11, 2014
hrideshmg pushed a commit to hrideshmg/ccextractor that referenced this pull request Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants