On Fri,  7 Mar 2014 11:56:33 +0100, Vittorio Giovara 
<[email protected]> wrote:
> ---
>  libavcodec/h264.c            | 1 -
>  libavcodec/h264.h            | 3 ++-
>  libavcodec/h264_cavlc.c      | 1 -
>  libavcodec/h264_direct.c     | 1 -
>  libavcodec/h264_loopfilter.c | 1 -
>  libavcodec/h264data.h        | 1 -
>  libavcodec/svq3.c            | 1 -
>  7 files changed, 2 insertions(+), 7 deletions(-)
> 
> diff --git a/libavcodec/h264.c b/libavcodec/h264.c
> index 3a6c13a..ac4c6a5 100644
> --- a/libavcodec/h264.c
> +++ b/libavcodec/h264.c
> @@ -35,7 +35,6 @@
>  #include "dsputil.h"
>  #include "error_resilience.h"
>  #include "avcodec.h"
> -#include "mpegvideo.h"
>  #include "h264.h"
>  #include "h264data.h"
>  #include "h264chroma.h"
> diff --git a/libavcodec/h264.h b/libavcodec/h264.h
> index ecaef7f..e038c6f 100644
> --- a/libavcodec/h264.h
> +++ b/libavcodec/h264.h
> @@ -33,14 +33,15 @@
>  #include "dsputil.h"
>  #include "error_resilience.h"
>  #include "get_bits.h"
> -#include "mpegvideo.h"
>  #include "h264chroma.h"
>  #include "h264dsp.h"
>  #include "h264pred.h"
>  #include "h264qpel.h"
>  #include "mbtype.h"
> +#include "parser.h"
>  #include "picttype.h"
>  #include "rectangle.h"
> +#include "videodsp.h"
>  
>  #define H264_MAX_PICTURE_COUNT 32
>  #define H264_MAX_THREADS       16
> diff --git a/libavcodec/h264_cavlc.c b/libavcodec/h264_cavlc.c
> index 1eb49c3..aeea081 100644
> --- a/libavcodec/h264_cavlc.c
> +++ b/libavcodec/h264_cavlc.c
> @@ -29,7 +29,6 @@
>  
>  #include "internal.h"
>  #include "avcodec.h"
> -#include "mpegvideo.h"
>  #include "h264.h"
>  #include "h264data.h" // FIXME FIXME FIXME
>  #include "h264_mvpred.h"
> diff --git a/libavcodec/h264_direct.c b/libavcodec/h264_direct.c
> index 34bcfb7..83fd7e6 100644
> --- a/libavcodec/h264_direct.c
> +++ b/libavcodec/h264_direct.c
> @@ -27,7 +27,6 @@
>  
>  #include "internal.h"
>  #include "avcodec.h"
> -#include "mpegvideo.h"
>  #include "h264.h"
>  #include "mbtype.h"
>  #include "picttype.h"
> diff --git a/libavcodec/h264_loopfilter.c b/libavcodec/h264_loopfilter.c
> index 8f6b781..52a446e 100644
> --- a/libavcodec/h264_loopfilter.c
> +++ b/libavcodec/h264_loopfilter.c
> @@ -29,7 +29,6 @@
>  #include "libavutil/intreadwrite.h"
>  #include "internal.h"
>  #include "avcodec.h"
> -#include "mpegvideo.h"
>  #include "h264.h"
>  #include "mathops.h"
>  #include "mbtype.h"
> diff --git a/libavcodec/h264data.h b/libavcodec/h264data.h
> index f90a267..6b40b39 100644
> --- a/libavcodec/h264data.h
> +++ b/libavcodec/h264data.h
> @@ -32,7 +32,6 @@
>  #include <stdint.h>
>  
>  #include "libavutil/rational.h"
> -#include "mpegvideo.h"
>  #include "h264.h"
>  
>  static const uint8_t golomb_to_pict_type[5] = {
> diff --git a/libavcodec/svq3.c b/libavcodec/svq3.c
> index 97e9657..f559b01 100644
> --- a/libavcodec/svq3.c
> +++ b/libavcodec/svq3.c
> @@ -43,7 +43,6 @@
>  #include "libavutil/attributes.h"
>  #include "internal.h"
>  #include "avcodec.h"
> -#include "mpegvideo.h"
>  #include "h264.h"
>  
>  #include "h264data.h" // FIXME FIXME FIXME
> -- 
> 1.8.3.4 (Apple Git-47)
> 

\\o//

-- 
Anton Khirnov
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to