mirror of https://git.ffmpeg.org/ffmpeg.git
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' Originally committed as revision 20594 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
168f92ffaa
commit
9401357f01
|
@ -22,6 +22,7 @@
|
|||
#include "avcodec.h"
|
||||
#include "get_bits.h"
|
||||
#include "dsputil.h"
|
||||
#include "lsp.h"
|
||||
|
||||
#include <math.h>
|
||||
#include <stdint.h>
|
||||
|
|
Loading…
Reference in New Issue