[FFmpeg-cvslog] ac3enc: remove unneeded #include

Justin Ruggles git at videolan.org
Wed Aug 10 16:53:23 CEST 2011


ffmpeg | branch: master | Justin Ruggles <justin.ruggles at gmail.com> | Sun Aug  7 17:09:47 2011 -0400| [d1d33e0763d68c6eaff1342247f8c3198a188f0a] | committer: Justin Ruggles

ac3enc: remove unneeded #include

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

 libavcodec/ac3enc_template.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/libavcodec/ac3enc_template.c b/libavcodec/ac3enc_template.c
index 8960124..7a6d72f 100644
--- a/libavcodec/ac3enc_template.c
+++ b/libavcodec/ac3enc_template.c
@@ -28,8 +28,6 @@
 
 #include <stdint.h>
 
-#include "ac3enc.h"
-
 
 /* prototypes for static functions in ac3enc_fixed.c and ac3enc_float.c */
 



More information about the ffmpeg-cvslog mailing list