[FFmpeg-soc] [soc]: r5371 - wmapro/wmaprodec.c

Ronald S. Bultje rsbultje at gmail.com
Mon Aug 31 20:14:28 CEST 2009


Hi,

On Mon, Aug 31, 2009 at 2:07 PM, faust3<subversion at mplayerhq.hu> wrote:
> + *@return decoded subframe length on success, < 0 in case of an error
[..]
> -        if (!(subframe_len = decode_subframe_length(s, min_channel_len)))
> +        if ((subframe_len = decode_subframe_length(s, min_channel_len)) <= 0)

<= should be <.

Ronald


More information about the FFmpeg-soc mailing list