mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-09 00:29:54 +00:00
avutil/avsscanf: Remove dead code
Fixes: CID1604498 Structurally dead code Sponsored-by: Sovereign Tech Fund Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
696685df0c
commit
064bcda142
@ -669,7 +669,6 @@ static double fffloatscan(FFFILE *f, int prec, int pok)
|
|||||||
while (i--) shunget(f);
|
while (i--) shunget(f);
|
||||||
return NAN;
|
return NAN;
|
||||||
}
|
}
|
||||||
return NAN;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (i) {
|
if (i) {
|
||||||
|
Loading…
Reference in New Issue
Block a user