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/asvdec.c
parent035a3792c223d3b2bba79f38049bd6363b2d470d (diff)
lavc: remove unused put_bits.h headers
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec/asvdec.c')
-rw-r--r--libavcodec/asvdec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/asvdec.c b/libavcodec/asvdec.c
index 7dca22b993..eb29e084e0 100644
--- a/libavcodec/asvdec.c
+++ b/libavcodec/asvdec.c
@@ -28,7 +28,6 @@
#include "asv.h"
#include "avcodec.h"
-#include "put_bits.h"
#include "internal.h"
#include "mathops.h"
#include "mpeg12data.h"