mirror of
https://github.com/mpv-player/mpv
synced 2025-02-20 06:46:55 +00:00
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:
parent
164c303028
commit
4a75f5849f
@ -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
|
||||
|
@ -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)
|
||||
*/
|
||||
|
@ -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
|
||||
|
@ -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!
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user