Commit ee972872 authored by vitor's avatar vitor

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'



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20594 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7d6c162b
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
#include "avcodec.h" #include "avcodec.h"
#include "get_bits.h" #include "get_bits.h"
#include "dsputil.h" #include "dsputil.h"
#include "lsp.h"
#include <math.h> #include <math.h>
#include <stdint.h> #include <stdint.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment