Skip to content

Commit

Permalink
fix docs for scte35 const
Browse files Browse the repository at this point in the history
  • Loading branch information
maxzhovtyj committed Apr 20, 2024
1 parent d390742 commit 239bd34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Expand Up @@ -125,7 +125,8 @@ impl StreamType {
// 0x80 privately defined
/// Dolby Digital (AC-3) audio for ATSC
pub const ATSC_DOLBY_DIGITAL_AUDIO: StreamType = StreamType(0x81);
// 0x86 SCTE-35 digital program insertion cue message
// 0x86 scte35
/// SCTE-35 digital program insertion cue message
pub const SCTE35: StreamType = StreamType(0x86);
// 0x82-0x94 privately defined
/// ATSC Data Service Table, Network Resources Table
Expand Down

0 comments on commit 239bd34

Please sign in to comment.