[FFmpeg-devel] [PATCH] sws: add dither enum

Timothy Gu timothygu99 at gmail.com
Wed Aug 14 17:41:52 CEST 2013


On Aug 14, 2013 8:34 AM, "Michael Niedermayer" <michaelni at gmx.at> wrote:
>
> This allows specifying more dither algorithms without using up flags and
> without ambiguities.
>
> Also initialize the new field based on the flags and use it
>
> Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> ---
>  libswscale/options.c          |    6 ++++++
>  libswscale/output.c           |    6 +++---
>  libswscale/swscale.c          |    2 +-
>  libswscale/swscale_internal.h |    9 +++++++++
>  libswscale/swscale_unscaled.c |    2 +-
>  libswscale/utils.c            |   12 ++++++++----
>  libswscale/version.h          |    2 +-
>  7 files changed, 29 insertions(+), 10 deletions(-)

Missing doc update.

[...]

Timothy


More information about the ffmpeg-devel mailing list