Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2013-04-25 00:30:21 +0400
committerPaul B Mahol <onemda@gmail.com>2013-04-25 03:17:09 +0400
commitaa96439fae67d8cefa2376d60f9a0e29b234ceaa (patch)
tree81d24c68c0d3b4de3263235572756180ac21b51a /libavcodec/adpcm.c
parent035a3792c223d3b2bba79f38049bd6363b2d470d (diff)
lavc: remove unused put_bits.h headers
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec/adpcm.c')
-rw-r--r--libavcodec/adpcm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/adpcm.c b/libavcodec/adpcm.c
index f5af5d479b..d1c2aa7bdf 100644
--- a/libavcodec/adpcm.c
+++ b/libavcodec/adpcm.c
@@ -31,7 +31,6 @@
*/
#include "avcodec.h"
#include "get_bits.h"
-#include "put_bits.h"
#include "bytestream.h"
#include "adpcm.h"
#include "adpcm_data.h"