[FFmpeg-cvslog] aacenc_tns: remove unused header

Rostislav Pehlivanov git at videolan.org
Sat Aug 22 00:37:17 CEST 2015


ffmpeg | branch: master | Rostislav Pehlivanov <atomnuker at gmail.com> | Fri Aug 21 23:36:09 2015 +0100| [670dfda143fc7d4d1d7620fed4a4eb5b2e0b1688] | committer: Rostislav Pehlivanov

aacenc_tns: remove unused header

Thanks to @nevcairiel for pointing this one out.
Another thing which stopped msvc from compiling.

Signed-off-by: Rostislav Pehlivanov <atomnuker at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=670dfda143fc7d4d1d7620fed4a4eb5b2e0b1688
---

 libavcodec/aacenc_tns.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/aacenc_tns.c b/libavcodec/aacenc_tns.c
index 3b6e835..d43dd0d 100644
--- a/libavcodec/aacenc_tns.c
+++ b/libavcodec/aacenc_tns.c
@@ -25,7 +25,6 @@
  * @author Rostislav Pehlivanov ( atomnuker gmail com )
  */
 
-#include <strings.h>
 #include "aacenc.h"
 #include "aacenc_tns.h"
 #include "aactab.h"



More information about the ffmpeg-cvslog mailing list