changeset 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 d0e17b0a6845
children 93f1f9d9d847
files twinvq.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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>