Skip to content

Commit

Permalink
docs: Add more conversion data
Browse files Browse the repository at this point in the history
  • Loading branch information
IshanGrover2004 committed Jul 12, 2024
1 parent b598c33 commit 3e1e836
Showing 1 changed file with 18 additions and 14 deletions.
32 changes: 18 additions & 14 deletions src/rust/lib_ccxr/src/common/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,24 @@
//!
//! # Conversion Guide
//!
//! | From | To |
//! |-------------------------|----------------------------|
//! | `ccx_avc_nal_types` | [`AvcNalType`] |
//! | `ccx_stream_type` | [`StreamType`] |
//! | `ccx_mpeg_descriptor` | [`MpegDescriptor`] |
//! | `ccx_datasource` | [`DataSource`] |
//! | `ccx_output_format` | [`OutputFormat`] |
//! | `ccx_stream_mode_enum` | [`StreamMode`] |
//! | `ccx_bufferdata_type` | [`BufferdataType`] |
//! | `ccx_frame_type` | [`FrameType`] |
//! | `ccx_code_type` | [`Codec`] |
//! | `cdp_section_type` | [`CdpSectionType`] |
//! | `cc_types[4]` | [`CCTypes`] |
//! | `language[NB_LANGUAGE]` | [`Language`] |
//! | From | To |
//! |--------------------------------|--------------------------------------------|
//! | `ccx_avc_nal_types` | [`AvcNalType`] |
//! | `ccx_stream_type` | [`StreamType`] |
//! | `ccx_mpeg_descriptor` | [`MpegDescriptor`] |
//! | `ccx_datasource` | [`DataSource`] |
//! | `ccx_output_format` | [`OutputFormat`] |
//! | `ccx_stream_mode_enum` | [`StreamMode`] |
//! | `ccx_bufferdata_type` | [`BufferdataType`] |
//! | `ccx_frame_type` | [`FrameType`] |
//! | `ccx_code_type` | [`Codec`] |
//! | `cdp_section_type` | [`CdpSectionType`] |
//! | `cc_types[4]` | [`CCTypes`] |
//! | `CCX_TXT_*` macros | [`CcxTxt`] |
//! | `language[NB_LANGUAGE]` | [`Language`] |
//! | `DEF_VAL_*` macros | [`CreditTiming`] |
//! | `IS_FEASIBLE` macro | [`Codec::is_feasible`] |
//! | `IS_VALID_TELETEXT_DESC` macro | [`MpegDescriptor::is_valid_teletext_desc`] |
use std::ffi::OsStr;

Expand Down

0 comments on commit 3e1e836

Please sign in to comment.