[FFmpeg-cvslog] flac: Remove unused headers

Tristan Matthews git at videolan.org
Fri Sep 26 22:39:54 CEST 2014


ffmpeg | branch: master | Tristan Matthews <le.businessman at gmail.com> | Fri Sep 12 18:50:03 2014 -0400| [7703995a2e8760e66ff35148bf029e0f9e30dbe6] | committer: Diego Biurrun

flac: Remove unused headers

Signed-off-by: Diego Biurrun <diego at biurrun.de>

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

 libavcodec/flacdec.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/libavcodec/flacdec.c b/libavcodec/flacdec.c
index 9ca55cc..a475309 100644
--- a/libavcodec/flacdec.c
+++ b/libavcodec/flacdec.c
@@ -33,8 +33,6 @@
 
 #include <limits.h>
 
-#include "libavutil/channel_layout.h"
-#include "libavutil/crc.h"
 #include "avcodec.h"
 #include "internal.h"
 #include "get_bits.h"



More information about the ffmpeg-cvslog mailing list