Source files should not contain non-ASCII characters.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22525 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-12 15:52:34 +00:00
parent 164c303028
commit 4a75f5849f
4 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
/*
Copyright (C) 2002 Rémi Guyomarch <rguyom@pobox.com>
Copyright (C) 2002 Remi Guyomarch <rguyom@pobox.com>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -314,7 +314,7 @@ static int open( vf_instance_t *vf, char* args ) {
vf_info_t vf_info_unsharp = {
"unsharp mask & gaussian blur",
"unsharp",
"Rémi Guyomarch",
"Remi Guyomarch",
"",
open,
NULL

View File

@ -1,6 +1,6 @@
/**
* Demuxer for Musepack v7 bitstream
* by Reimar Döffinger <Reimar.Doeffinger@stud.uni-karlsruhe.de>
* by Reimar Doeffinger <Reimar.Doeffinger@stud.uni-karlsruhe.de>
* This code may be be relicensed under the terms of the GNU LGPL when it
* becomes part of the FFmpeg project (ffmpeg.org)
*/

View File

@ -1128,7 +1128,7 @@ demuxer_desc_t demuxer_desc_mpeg_gxf = {
"MPEG ES in GXF demuxer",
"mpeggxf",
"MPEG-ES in GXF",
"Reimar Döffinger",
"Reimar Doeffinger",
"Mpeg",
DEMUXER_TYPE_MPEG_GXF,
0, // hack autodetection

View File

@ -10,7 +10,7 @@
Jindrich Makovicka <makovick@gmail.com>
Mjpeg hardware encoding support by
Iván Szántó <szivan@freemail.hu>
Ivan Szanto <szivan@freemail.hu>
CODE IS UNDER DEVELOPMENT, NO FEATURE REQUESTS PLEASE!
*/