-
Notifications
You must be signed in to change notification settings - Fork 1
Closed as not planned
Closed as not planned
Copy link
Labels
duplicateThis issue or pull request already existsThis issue or pull request already exists
Description
DEFECT: Animation PNG frames have corrupted ZLIB compression causing FFmpeg decode failures
REPRODUCTION:
- Run make example (animation examples)
- FFmpeg receives PNG frames with corrupt ZLIB data
- Error: 'inflate returned error -3' (ZLIB decompression failure)
- All animation frames fail to decode: 'Generic error in an external library'
EVIDENCE:
- Static PNG files work perfectly (validated with file command)
- Animation PNG sequence generation produces corrupt ZLIB streams
- FFmpeg error: '[png] inflate returned error -3' on every frame
- Error: 'Decode error rate 1 exceeds maximum 0.666667'
USER IMPACT: HIGH - All animation functionality broken
ROOT CAUSE: Custom ZLIB implementation corruption in animation PNG sequence
TECHNICAL DETAILS:
- Static PNG: Working ZLIB compression
- Animation PNG: Corrupt ZLIB streams cause inflate() failures
- FFmpeg cannot process any animation frames
SOLUTION: Fix ZLIB compression corruption in animation PNG generation
Metadata
Metadata
Assignees
Labels
duplicateThis issue or pull request already existsThis issue or pull request already exists