avformat/iff: remove surplus if statement
Fixes CID 1636854
This commit is contained in:
parent
b2cba76d4f
commit
350ebef112
1 changed files with 0 additions and 2 deletions
|
@ -1007,8 +1007,6 @@ static int iff_read_packet(AVFormatContext *s,
|
||||||
av_assert0(0);
|
av_assert0(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ret < 0)
|
|
||||||
return ret;
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue