matroskadec: Fix a double negation typo

Multimedia / Libav - Michael Niedermayer [gmx.at] - 2 July 2014 12:15 UTC

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).

98569d8 matroskadec: Fix a double negation typo
libavformat/matroskadec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Upstream: git.libav.org


  • Share