[FFmpeg-cvslog] apedec: remove unneeded #include of get_bits.h and associated macro
Justin Ruggles
git at videolan.org
Sat Feb 4 03:31:48 CET 2012
ffmpeg | branch: master | Justin Ruggles <justin.ruggles at gmail.com> | Wed Feb 1 20:14:42 2012 -0500| [22c0babbb2ac37724c2462d9cda01e3b7229df56] | committer: Justin Ruggles
apedec: remove unneeded #include of get_bits.h and associated macro
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=22c0babbb2ac37724c2462d9cda01e3b7229df56
---
libavcodec/apedec.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/libavcodec/apedec.c b/libavcodec/apedec.c
index f2504fa..2d624cd 100644
--- a/libavcodec/apedec.c
+++ b/libavcodec/apedec.c
@@ -20,10 +20,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#define BITSTREAM_READER_LE
#include "avcodec.h"
#include "dsputil.h"
-#include "get_bits.h"
#include "bytestream.h"
#include "libavutil/audioconvert.h"
#include "libavutil/avassert.h"
More information about the ffmpeg-cvslog
mailing list