flv: All relevant output data types need to be public.

This commit is contained in:
David Wendt 2023-04-12 19:41:21 -04:00 committed by kmeisthax
parent 0c145253b6
commit eed1ab492d
1 changed files with 4 additions and 1 deletions

View File

@ -8,4 +8,7 @@ mod reader;
pub use header::Header;
pub use reader::FlvReader;
pub use tag::Tag;
pub use script::{ScriptData, Value, Variable};
pub use sound::{AudioData, AudioDataType, SoundFormat, SoundRate, SoundSize, SoundType};
pub use tag::{Tag, TagData};
pub use video::{CodecId, CommandFrame, FrameType, VideoData, VideoPacket};