diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2019-10-02 06:04:12 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2019-10-03 19:34:23 +0200 |
commit | be0d3a2df1a1ec627ba50f535f61f7fcd359f6a4 (patch) | |
tree | 6e4d048af0b121f60ab5e13439468f0e253b6835 /compat/float/limits.h | |
parent | c694fc5759719de577fd0751103e20b6ce902a8f (diff) | |
download | ffmpeg-be0d3a2df1a1ec627ba50f535f61f7fcd359f6a4.tar.gz |
avformat/aiffenc: Remove wrong and redundant check
The check "if (!pb->seekable & AVIO_SEEKABLE_NORMAL)" is wrong, because
! has higher precendence than &. But it is also redundant, because this
part of the code is only ever reached when the AVIO_SEEKABLE_NORMAL flag
is set for pb. So simply remove the check.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Reviewed-by: Matthieu Bouron <matthieu.bouron@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'compat/float/limits.h')
0 files changed, 0 insertions, 0 deletions