//! Video decoding module.
//!//! This module provides the video decoder implementation for extracting video
//! frames from media files with hardware acceleration support.
#[cfg(feature ="tokio")]pubmodasync_decoder;pubmodbuilder;pubmoddecoder_inner;#[cfg(feature ="tokio")]pubuseasync_decoder::AsyncVideoDecoder;pubusebuilder::{VideoDecoder, VideoDecoderBuilder};