[FFmpeg-cvslog] r20594 - trunk/libavcodec/twinvq.c

vitor subversion
Mon Nov 23 23:28:45 CET 2009


Author: vitor
Date: Mon Nov 23 23:28:45 2009
New Revision: 20594

Log:
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'

Modified:
   trunk/libavcodec/twinvq.c

Modified: trunk/libavcodec/twinvq.c
==============================================================================
--- trunk/libavcodec/twinvq.c	Mon Nov 23 23:22:16 2009	(r20593)
+++ trunk/libavcodec/twinvq.c	Mon Nov 23 23:28:45 2009	(r20594)
@@ -22,6 +22,7 @@
 #include "avcodec.h"
 #include "get_bits.h"
 #include "dsputil.h"
+#include "lsp.h"
 
 #include <math.h>
 #include <stdint.h>



More information about the ffmpeg-cvslog mailing list