flv: `Tag` should be public as well.

This commit is contained in:
David Wendt 2023-04-11 18:26:24 -04:00 committed by kmeisthax
parent d23378dd80
commit 8fd80cd173
1 changed files with 1 additions and 0 deletions

View File

@ -8,3 +8,4 @@ mod reader;
pub use header::Header; pub use header::Header;
pub use reader::FlvReader; pub use reader::FlvReader;
pub use tag::Tag;