[FFmpeg-devel] [PATCH] avfilter/vf_bwdif: Add yadif base information to copyright header
James Almer
jamrial at gmail.com
Wed Mar 16 04:08:02 CET 2016
On 3/15/2016 12:04 PM, Thomas Mundt wrote:
> Signed-off-by: Thomas Mundt <loudmax at yahoo.de>
> ---
> libavfilter/x86/vf_bwdif.asm | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/libavfilter/x86/vf_bwdif.asm b/libavfilter/x86/vf_bwdif.asm
> index 11aa025..147b7c6 100644
> --- a/libavfilter/x86/vf_bwdif.asm
> +++ b/libavfilter/x86/vf_bwdif.asm
> @@ -3,6 +3,10 @@
> ;*
> ;* Copyright (C) 2016 Thomas Mundt <loudmax at yahoo.de>
> ;*
> +;* Based on yadif simd code
> +;* Copyright (C) 2006 Michael Niedermayer <michaelni at gmx.at>
> +;* 2013 Daniel Kang <daniel.d.kang at gmail.com>
> +;*
> ;* This file is part of FFmpeg.
> ;*
> ;* FFmpeg is free software; you can redistribute it and/or
>
Applied, thanks.
More information about the ffmpeg-devel
mailing list