mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
drawtext: remove typo
It slipped through the last two iterations.
This commit is contained in:
parent
bc057f7592
commit
78212cefe1
@ -70,7 +70,7 @@ static const char *fun2_names[] = {
|
||||
|
||||
static double drand(void *opaque, double min, double max)
|
||||
{
|
||||
return val = min + (max-min) / UINT_MAX * av_lfg_get(opaque);
|
||||
return min + (max-min) / UINT_MAX * av_lfg_get(opaque);
|
||||
}
|
||||
|
||||
typedef double (*eval_func2)(void *, double a, double b);
|
||||
|
Loading…
Reference in New Issue
Block a user