[Speex-dev] [PATCH] minor fixes

Alfred E. Heggestad alfredh at owera.com
Tue Sep 6 09:04:27 PDT 2005


here is a small patch. btw, would it be possible to remove
the ".cvsignore" files from SVN, or are they used for anything?

/alfred


Index: include/speex/speex_jitter.h
===================================================================
--- include/speex/speex_jitter.h        (revision 9974)
+++ include/speex/speex_jitter.h        (working copy)
@@ -80,7 +80,7 @@
 /** Put one packet into the jitter buffer */
 void speex_jitter_put(SpeexJitter *jitter, char *packet, int len, int timestamp);

-/** Get on packet from the jitter buffer */
+/** Get one packet from the jitter buffer */
 void speex_jitter_get(SpeexJitter *jitter, short *out, int *current_timestamp);

 /** Get pointer timestamp of jitter buffer */
Index: libspeex/cb_search.c
===================================================================
--- libspeex/cb_search.c        (revision 9974)
+++ libspeex/cb_search.c        (working copy)
@@ -112,7 +112,7 @@
 int   update_target
 )
 {
-   int i,j,m,n,q;
+   int i,j,m,q;
    VARDECL(spx_word16_t *resp);
 #ifdef _USE_SSE
    VARDECL(__m128 *resp2);




More information about the Speex-dev mailing list