summaryrefslogtreecommitdiffstats
path: root/libavcodec
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/lpc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/lpc.c b/libavcodec/lpc.c
index c8d24c0..5ccd5a8 100644
--- a/libavcodec/lpc.c
+++ b/libavcodec/lpc.c
@@ -226,7 +226,8 @@ int ff_lpc_calc_coefs(LPCContext *s,
}
for(i=max_order-1; i>0; i--)
ref[i] = ref[i-1] - ref[i];
- }
+ } else
+ av_assert0(0);
opt_order = max_order;
if(omethod == ORDER_METHOD_EST) {
OpenPOWER on IntegriCloud