diff acelp_vectors.h @ 11052:00fcecde822b libavcodec

Add no_repeat_mask option, so that single-pulse vectors can also be expressed in a AMRFixed structure and handled by ff_set_fixed_vector().
author rbultje
date Fri, 29 Jan 2010 16:49:06 +0000
parents 2da0262d550b
children c2e19a511e26
line wrap: on
line diff
--- a/acelp_vectors.h	Fri Jan 29 13:51:25 2010 +0000
+++ b/acelp_vectors.h	Fri Jan 29 16:49:06 2010 +0000
@@ -30,6 +30,7 @@
     int      n;
     int      x[10];
     float    y[10];
+    int      no_repeat_mask;
     int      pitch_lag;
     float    pitch_fac;
 } AMRFixed;