T4.3: MediaCodec H.264 encoder/decoder stub (Android)

This commit is contained in:
Siavash Sameni
2026-05-12 09:15:06 +04:00
parent 1f7d130de9
commit e177e63843
6 changed files with 341 additions and 23 deletions

View File

@@ -8,6 +8,7 @@ pub mod decoder;
pub mod depacketizer;
pub mod encoder;
pub mod framer;
pub mod mediacodec;
pub mod videotoolbox;
pub use decoder::VideoDecoder;