You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
drawtext: remove typo
It slipped through the last two iterations.
This commit is contained in:
@@ -70,7 +70,7 @@ static const char *fun2_names[] = {
|
|||||||
|
|
||||||
static double drand(void *opaque, double min, double max)
|
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);
|
typedef double (*eval_func2)(void *, double a, double b);
|
||||||
|
Reference in New Issue
Block a user