diff options
author | Paul B Mahol <onemda@gmail.com> | 2013-04-24 20:30:21 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-04-24 23:17:09 +0000 |
commit | aa96439fae67d8cefa2376d60f9a0e29b234ceaa (patch) | |
tree | 81d24c68c0d3b4de3263235572756180ac21b51a /libavcodec/ffv1dec.c | |
parent | 035a3792c223d3b2bba79f38049bd6363b2d470d (diff) | |
download | ffmpeg-aa96439fae67d8cefa2376d60f9a0e29b234ceaa.tar.gz |
lavc: remove unused put_bits.h headers
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec/ffv1dec.c')
-rw-r--r-- | libavcodec/ffv1dec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/ffv1dec.c b/libavcodec/ffv1dec.c index 21afa1d3f3..6082507ec6 100644 --- a/libavcodec/ffv1dec.c +++ b/libavcodec/ffv1dec.c @@ -34,7 +34,6 @@ #include "avcodec.h" #include "internal.h" #include "get_bits.h" -#include "put_bits.h" #include "rangecoder.h" #include "golomb.h" #include "mathops.h" |