On 12/22/24 3:08 AM, Peter Ross wrote:
Fixes CID 1636854 --- libavformat/iff.c | 2 -- 1 file changed, 2 deletions(-)diff --git a/libavformat/iff.c b/libavformat/iff.c index ab0488dd31..de58b93421 100644 --- a/libavformat/iff.c +++ b/libavformat/iff.c @@ -1007,8 +1007,6 @@ static int iff_read_packet(AVFormatContext *s, av_assert0(0); }- if (ret < 0)- return ret; return ret; }
Seems fine to me. Will apply. - Leo Izen (Traneptora) _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
