mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 19:59:46 +00: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