[FFmpeg-cvslog] g729dec: remove useless headers

Vitor Sessak git at videolan.org
Sun Sep 25 23:06:19 CEST 2011


ffmpeg | branch: master | Vitor Sessak <vitor1001 at gmail.com> | Sun Sep 25 21:37:34 2011 +0200| [22dd24fc7d23585bdbc0d65532fcf0d5f2dd771d] | committer: Michael Niedermayer

g729dec: remove useless headers

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

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

diff --git a/libavcodec/g729dec.c b/libavcodec/g729dec.c
index cbfaace..dfbd133 100644
--- a/libavcodec/g729dec.c
+++ b/libavcodec/g729dec.c
@@ -18,13 +18,9 @@
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
-#include <stdlib.h>
+
 #include <inttypes.h>
-#include <limits.h>
-#include <stdio.h>
 #include <string.h>
-#include <math.h>
-#include <assert.h>
 
 #include "avcodec.h"
 #include "libavutil/avutil.h"



More information about the ffmpeg-cvslog mailing list