[FFmpeg-cvslog] adcpmenc: remove unused header
Paul B Mahol
git at videolan.org
Wed Jan 23 12:23:57 CET 2013
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Tue Jan 22 20:37:42 2013 +0000| [205b2d2a9822e163cb24a2531d4b50e82e64eae4] | committer: Paul B Mahol
adcpmenc: remove unused header
Signed-off-by: Paul B Mahol <onemda at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=205b2d2a9822e163cb24a2531d4b50e82e64eae4
---
libavcodec/adpcmenc.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavcodec/adpcmenc.c b/libavcodec/adpcmenc.c
index 217d165..8caedf7 100644
--- a/libavcodec/adpcmenc.c
+++ b/libavcodec/adpcmenc.c
@@ -19,7 +19,6 @@
*/
#include "avcodec.h"
-#include "get_bits.h"
#include "put_bits.h"
#include "bytestream.h"
#include "adpcm.h"
More information about the ffmpeg-cvslog
mailing list