Commit 0182e5a7 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/nellymoserenc: replace assert by av_assert1()

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent d0045312
...@@ -271,7 +271,7 @@ static void get_exponent_dynamic(NellyMoserEncodeContext *s, float *cand, int *i ...@@ -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; best_val = INFINITY;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment