[FFmpeg-devel] [PATCH 01/14] avcodec/ylc: Remove inclusion of huffyuvdsp.h
Andreas Rheinhardt
andreas.rheinhardt at outlook.com
Fri Oct 7 14:58:57 EEST 2022
Andreas Rheinhardt:
> Also improve the other headers a bit.
>
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> ---
> libavcodec/ylc.c | 6 +-----
> 1 file changed, 1 insertion(+), 5 deletions(-)
>
> diff --git a/libavcodec/ylc.c b/libavcodec/ylc.c
> index 3ea6749ffe..29c10f05da 100644
> --- a/libavcodec/ylc.c
> +++ b/libavcodec/ylc.c
> @@ -18,21 +18,17 @@
> * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
> */
>
> -#include <stdio.h>
> -#include <stdlib.h>
> #include <string.h>
>
> #define YLC_VLC_BITS 10
>
> -#include "libavutil/imgutils.h"
> -#include "libavutil/internal.h"
> #include "libavutil/intreadwrite.h"
> #include "libavutil/mem.h"
> +#include "libavutil/pixfmt.h"
> #include "avcodec.h"
> #include "bswapdsp.h"
> #include "codec_internal.h"
> #include "get_bits.h"
> -#include "huffyuvdsp.h"
> #include "thread.h"
> #include "unary.h"
>
Will apply this patchset tomorrow unless there are objections.
- Andreas
More information about the ffmpeg-devel
mailing list