comparison 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
comparison
equal deleted inserted replaced
10561:d0e17b0a6845 10562:51b5f85c5064
20 */ 20 */
21 21
22 #include "avcodec.h" 22 #include "avcodec.h"
23 #include "get_bits.h" 23 #include "get_bits.h"
24 #include "dsputil.h" 24 #include "dsputil.h"
25 #include "lsp.h"
25 26
26 #include <math.h> 27 #include <math.h>
27 #include <stdint.h> 28 #include <stdint.h>
28 29
29 #include "twinvq_data.h" 30 #include "twinvq_data.h"