matroskadec: Fix a double negation typo
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 20 Oct 2012 14:58:33 +0000 (16:58 +0200)
committerMartin Storsjö <martin@martin.st>
Wed, 2 Jul 2014 17:15:42 +0000 (20:15 +0300)
commit98569d89638efc325042bd0081e9a02181afdafa
tree2601722ba30312849abd5997fac00e5109bf0d17
parent48e6432407a73d5006d84609456e6e0bc3dd8fc4
matroskadec: Fix a double negation typo

This typo has existed since this code was added in c16582579.
Newer versions of clang pointed out that this comparison always
was true (since the result of the negation is either 0 or 1, while
AVDISCARD_ALL has the value 48).

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/matroskadec.c