mpg123: Import upstream release 1.29.3.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
bf527c001a
commit
727a7b0b9e
|
@ -891,7 +891,7 @@ int attribute_align_arg mpg123_framebyframe_decode(mpg123_handle *mh, off_t *num
|
|||
|
||||
if(num != NULL) *num = mh->num;
|
||||
debug("decoding");
|
||||
if(!mh->state_flags & FRAME_DECODER_LIVE)
|
||||
if(!(mh->state_flags & FRAME_DECODER_LIVE))
|
||||
return MPG123_ERR;
|
||||
decode_the_frame(mh);
|
||||
mh->to_decode = mh->to_ignore = FALSE;
|
||||
|
|
Loading…
Reference in New Issue