[FFmpeg-devel] [PATCH 2/2] avcodec: add SMC encoder

Andreas Rheinhardt andreas.rheinhardt at outlook.com
Sat Aug 14 17:01:17 EEST 2021


Paul B Mahol:
> +/**
> + * @file smcenc.c
> + * QT SMC Video Encoder by Paul B. Mahol
> + */
> +
> +#include "libavutil/avassert.h"

This file does not use any av_assert

> +#include "libavutil/common.h"
> +
> +#include "avcodec.h"
> +#include "encode.h"
> +#include "internal.h"
> +#include "bytestream.h"
> +
- Andreas


More information about the ffmpeg-devel mailing list