X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=opus_common.c;h=67a8841e8b8ce7fe172043a144332cb1db4c577f;hp=927df1f3c2f881fb036b13df50fbd49b43ec568d;hb=becfb4be64a123630775b6517279ed20e4b498f8;hpb=5cb5db1fbf8f9b96c3b5a1e0cc7de9e710757540 diff --git a/opus_common.c b/opus_common.c index 927df1f3..67a8841e 100644 --- a/opus_common.c +++ b/opus_common.c @@ -104,7 +104,7 @@ int opus_parse_header(const char *packet, int len, struct opus_header *h) if (!read_chars(&p, &ch, 1)) return -E_OPUS_HEADER; h->version = ch; - if((h->version & 240) != 0) /* Only major version 0 supported. */ + if ((h->version & 240) != 0) /* Only major version 0 supported. */ return -E_OPUS_HEADER; if (!read_chars(&p, &ch, 1))