diff twinvq.c @ 10562:51b5f85c5064 libavcodec

Add missing include. Fix the following compiler warnings: twinvq.c: In function 'decode_lsp': twinvq.c:575: warning: implicit declaration of function 'ff_sort_nearly_sorted_floats'
author vitor
date Mon, 23 Nov 2009 22:28:45 +0000
parents f2f4d6fe3f6d
children 3d011a01a6a0
line wrap: on
line diff
--- a/twinvq.c	Mon Nov 23 22:22:16 2009 +0000
+++ b/twinvq.c	Mon Nov 23 22:28:45 2009 +0000
@@ -22,6 +22,7 @@
 #include "avcodec.h"
 #include "get_bits.h"
 #include "dsputil.h"
+#include "lsp.h"
 
 #include <math.h>
 #include <stdint.h>