projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b1ff5e
)
aaccoder: switch to av_assert
author
Michael Niedermayer
<michaelni@gmx.at>
Tue, 4 Sep 2012 02:38:28 +0000
(
04:38
+0200)
committer
Michael Niedermayer
<michaelni@gmx.at>
Tue, 4 Sep 2012 02:38:28 +0000
(
04:38
+0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/aaccoder.c
patch
|
blob
|
history
diff --git
a/libavcodec/aaccoder.c
b/libavcodec/aaccoder.c
index
b48da99
..
e66dcb8
100644
(file)
--- a/
libavcodec/aaccoder.c
+++ b/
libavcodec/aaccoder.c
@@
-506,7
+506,7
@@
static void codebook_trellis_rate(AACEncContext *s, SingleChannelElement *sce,
idx = cb;
ppos = max_sfb;
while (ppos > 0) {
- a
ssert
(idx >= 0);
+ a
v_assert1
(idx >= 0);
cb = idx;
stackrun[stack_len] = path[ppos][cb].run;
stackcb [stack_len] = cb;