Skip to content
Snippets Groups Projects
Commit 306505b7 authored by Jonas Dittrich's avatar Jonas Dittrich Committed by Steve Lhomme
Browse files

flac: fix endless bytes skip

A hang was caused when the stream head is invalid and a header should be skipped, but not enough data is available. In this case, block_SkipBytes returns VLC_EGENERIC and does not seek anything. So, the same invalid block is processed again and again.
parent 72f4c14e
Branches master
No related tags found
No related merge requests found
Pipeline #429057 passed with stage
in 1 minute and 51 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment