comparison libmpcodecs/vf_unsharp.c @ 22507:a46ab26b2d5e

Source files should not contain non-ASCII characters.
author diego
date Mon, 12 Mar 2007 15:52:34 +0000
parents fd54975f9135
children a124f3abc1ec
comparison
equal deleted inserted replaced
22506:72fbf66a9429 22507:a46ab26b2d5e
1 /* 1 /*
2 Copyright (C) 2002 Rémi Guyomarch <rguyom@pobox.com> 2 Copyright (C) 2002 Remi Guyomarch <rguyom@pobox.com>
3 3
4 This program is free software; you can redistribute it and/or modify 4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation; either version 2 of the License, or 6 the Free Software Foundation; either version 2 of the License, or
7 (at your option) any later version. 7 (at your option) any later version.
312 } 312 }
313 313
314 vf_info_t vf_info_unsharp = { 314 vf_info_t vf_info_unsharp = {
315 "unsharp mask & gaussian blur", 315 "unsharp mask & gaussian blur",
316 "unsharp", 316 "unsharp",
317 "Rémi Guyomarch", 317 "Remi Guyomarch",
318 "", 318 "",
319 open, 319 open,
320 NULL 320 NULL
321 }; 321 };
322 322