[FFmpeg-cvslog] latm: remove superflous #includes

Mans Rullgard git
Wed Jan 26 04:01:17 CET 2011


ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Tue Jan 25 03:31:01 2011 +0000| [8719b5dd60e5d33bb60f199f8cbfea7480380dfb] | committer: Michael Niedermayer

latm: remove superflous #includes

Signed-off-by: Mans Rullgard <mans at mansr.com>
(cherry picked from commit e153e9a53a6fbfba974b8263bca70f7bba02952c)

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

 libavcodec/latm_parser.c |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/libavcodec/latm_parser.c b/libavcodec/latm_parser.c
index b8b67ef..e3134be 100644
--- a/libavcodec/latm_parser.c
+++ b/libavcodec/latm_parser.c
@@ -23,12 +23,7 @@
  * AAC LATM parser
  */
 
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <math.h>
-#include <sys/types.h>
-
+#include <stdint.h>
 #include "parser.h"
 
 #define LATM_HEADER     0x56e000        // 0x2b7 (11 bits)




More information about the ffmpeg-cvslog mailing list