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
Loading
Pipeline #429057 passed with stage
in 1 minute and 51 seconds