Signed-off-by: Thomas Mundt <[email protected]> --- 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 <[email protected]> ;* +;* Based on yadif simd code +;* Copyright (C) 2006 Michael Niedermayer <[email protected]> +;* 2013 Daniel Kang <[email protected]> +;* ;* This file is part of FFmpeg. ;* ;* FFmpeg is free software; you can redistribute it and/or -- 1.9.2 _______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
