//! Video decode — stub for Phase 1. Full ffmpeg-next integration in Phase 2.
use Result;
use Sender;
use ;
/// Decode video stream and send frames to channel.
/// Phase 1: stub implementation.
/// Phase 2: integrate ffmpeg-next for H.264/H.265/AV1 decode.
pub async