[TSM.ID].[11031972] PXE : Platform X Ecosystem I [119 Module -REAL LIVE-] Fix: missing mods, dead_code, ebpf/omega added
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#![deny(warnings)]
|
||||
#![allow(dead_code)]
|
||||
//! [TSM.ID].[11031972] -- Platform X Ecosystem
|
||||
//! xcu-media -- Media Framework Core (RTP, codec negotiation, pipeline)
|
||||
pub mod rtp;
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
#![deny(warnings)]
|
||||
//! [TSM.ID].[11031972] -- xcu-media RTP submodule
|
||||
/// RTP utilities placeholder — main logic is in lib.rs
|
||||
pub fn rtp_version() -> u8 { 2 }
|
||||
Reference in New Issue
Block a user