diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-10-20 16:58:33 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2014-07-02 20:15:42 +0300 |
commit | 98569d89638efc325042bd0081e9a02181afdafa (patch) | |
tree | 2601722ba30312849abd5997fac00e5109bf0d17 /libavcodec/file_open.c | |
parent | 48e6432407a73d5006d84609456e6e0bc3dd8fc4 (diff) | |
download | ffmpeg-98569d89638efc325042bd0081e9a02181afdafa.tar.gz |
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>
Diffstat (limited to 'libavcodec/file_open.c')
0 files changed, 0 insertions, 0 deletions