Commit 727a7b0b authored by Alexandre Julliard's avatar Alexandre Julliard

mpg123: Import upstream release 1.29.3.

parent bf527c00
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment