mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 00:55:48 +00:00
[LIBMPG123] Update to version 1.25.13. CORE-16550
This commit is contained in:
parent
f87faf6703
commit
e85f436a50
4 changed files with 7 additions and 5 deletions
2
sdk/lib/3rdparty/libmpg123/parse.c
vendored
2
sdk/lib/3rdparty/libmpg123/parse.c
vendored
|
@ -509,6 +509,8 @@ int read_frame(mpg123_handle *fr)
|
|||
|
||||
if(halfspeed_do(fr) == 1) return 1;
|
||||
|
||||
/* From now on, old frame data is tainted by parsing attempts. */
|
||||
fr->to_decode = fr->to_ignore = FALSE;
|
||||
read_again:
|
||||
/* In case we are looping to find a valid frame, discard any buffered data before the current position.
|
||||
This is essential to prevent endless looping, always going back to the beginning when feeder buffer is exhausted. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue