mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-21 23:05:46 +00:00
fd834314ba
Replace the fixed DECODE_MAX_RETRIES (3) loop with a consecutive-error counter that tolerates up to 100 bad frames before giving up — matching how VLC handles files with a handful of invalid main_data offset frames. Frame-drop logs are wrapped in #[cfg(debug_assertions)] so production builds stay silent. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>