add RealMedia and RealAudio muxers
authorKostya Shishkov <kostya.shishkov@gmail.com>
Wed, 1 Mar 2023 18:36:38 +0000 (19:36 +0100)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Wed, 1 Mar 2023 18:36:38 +0000 (19:36 +0100)
commit9dc1fb4be1d02a1d1c1ea85340f49151e00ecad2
tree6b6c1bb2f009787790bcd7b3561055c942feaad9
parente614e5e611a4ae6769a0da7cbccec5842b3dbd0f
add RealMedia and RealAudio muxers
nihav-allstuff/src/lib.rs
nihav-realmedia/Cargo.toml
nihav-realmedia/src/lib.rs
nihav-realmedia/src/muxers/mod.rs [new file with mode: 0644]
nihav-realmedia/src/muxers/rmvb/audiostream.rs [new file with mode: 0644]
nihav-realmedia/src/muxers/rmvb/mod.rs [new file with mode: 0644]
nihav-realmedia/src/muxers/rmvb/videostream.rs [new file with mode: 0644]