[FFmpeg-devel] [PATCH] lavc: remove unused put_bits.h header

Stefano Sabatini stefasab at gmail.com
Wed Apr 24 23:28:16 CEST 2013


On date Wednesday 2013-04-24 20:31:28 +0000, Paul B Mahol encoded:
> Signed-off-by: Paul B Mahol <onemda at gmail.com>
> ---
>  libavcodec/adpcm.c   | 1 -
>  libavcodec/asvdec.c  | 1 -
>  libavcodec/dcadec.c  | 1 -
>  libavcodec/ffv1dec.c | 1 -
>  4 files changed, 4 deletions(-)
> 
> diff --git a/libavcodec/adpcm.c b/libavcodec/adpcm.c
> index f5af5d4..d1c2aa7 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"
> diff --git a/libavcodec/asvdec.c b/libavcodec/asvdec.c
> index 7dca22b..eb29e08 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"
> diff --git a/libavcodec/dcadec.c b/libavcodec/dcadec.c
> index 8265c0fb..384a192 100644
> --- a/libavcodec/dcadec.c
> +++ b/libavcodec/dcadec.c
> @@ -36,7 +36,6 @@
>  #include "avcodec.h"
>  #include "fft.h"
>  #include "get_bits.h"
> -#include "put_bits.h"
>  #include "dcadata.h"
>  #include "dcahuff.h"
>  #include "dca.h"
> diff --git a/libavcodec/ffv1dec.c b/libavcodec/ffv1dec.c
> index 21afa1d..6082507 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"

Why not, LGTM, thanks.
-- 
FFmpeg = Freak Fostering Meaningless Political Ermetic Goblin


More information about the ffmpeg-devel mailing list