Remove unused FFmpeg-based progressive streaming implementation that was never completed and is not used anywhere in the codebase. Changes: - Delete src/ffmpeg_streaming.rs (173 lines of unfinished code with TODOs) - Remove ffmpeg module import from lib.rs - Remove ffmpeg feature from Cargo.toml - Remove ffmpeg-next dependency from Cargo.toml The current implementation uses claxon (StreamingPCMDecoder) and symphonia (decode_block_audio) for FLAC decoding, which are fully functional. Verified: cargo check passes successfully after removal.
129 KiB
129 KiB