audio / video: export new formats iterators in preludes

This commit is contained in:
Mathieu Duponchelle 2020-06-03 21:33:17 +02:00
parent d5cab61c93
commit 9f422c25d9
2 changed files with 2 additions and 0 deletions

View file

@ -89,6 +89,7 @@ pub mod prelude {
pub use super::audio_decoder::AudioDecoderExtManual;
pub use super::audio_encoder::AudioEncoderExtManual;
pub use audio_format::AudioFormatIteratorExt;
pub use auto::traits::*;
}

View file

@ -118,6 +118,7 @@ pub mod prelude {
pub use video_buffer_pool::VideoBufferPoolConfig;
pub use video_decoder::VideoDecoderExtManual;
pub use video_encoder::VideoEncoderExtManual;
pub use video_format::VideoFormatIteratorExt;
pub use video_frame::VideoBufferExt;
pub use video_overlay::VideoOverlayExtManual;
}