mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-05 06:40:03 +00:00
avcodec/nellymoserenc: replace assert by av_assert1()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
d0045312c3
commit
0182e5a740
@ -271,7 +271,7 @@ static void get_exponent_dynamic(NellyMoserEncodeContext *s, float *cand, int *i
|
||||
}
|
||||
}
|
||||
}
|
||||
assert(c); //FIXME
|
||||
av_assert1(c); //FIXME
|
||||
}
|
||||
|
||||
best_val = INFINITY;
|
||||
|
Loading…
Reference in New Issue
Block a user