[FFmpeg-devel] [PATCH] sws: add dither enum
Michael Niedermayer
michaelni at gmx.at
Thu Aug 15 03:42:10 CEST 2013
On Wed, Aug 14, 2013 at 08:41:52AM -0700, Timothy Gu wrote:
> 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.
ill update the docs when vf_scale is updated with support for
the new parameter
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Everything should be made as simple as possible, but not simpler.
-- Albert Einstein
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20130815/90d28209/attachment.asc>
More information about the ffmpeg-devel
mailing list