[FFmpeg-devel] [PATCH v4 9/9] lavc/libopenh264enc: Add coder option to replace cabac

Martin Storsjö martin at martin.st
Mon Apr 27 23:13:35 EEST 2020


On Wed, 15 Apr 2020, Linjie Fu wrote:

> Set DEPRECATED flag to option cabac, replace with coder.
>
> Change the default option to -1 and allow the default cabac to be
> determined by profile.
>
> Add FF_API_OPENH264_CABAC macro for cabac to remove this option after
> LIBAVCODEC_VERSION_MAJOR = 59.
>
> Signed-off-by: Linjie Fu <linjie.fu at intel.com>
> ---
> libavcodec/libopenh264enc.c | 35 ++++++++++++++++++++++++-----------
> libavcodec/version.h        |  3 +++
> 2 files changed, 27 insertions(+), 11 deletions(-)

This looks fine

// Martin



More information about the ffmpeg-devel mailing list