mirror of https://github.com/mpv-player/mpv
Relicense to GPL v2 or later with Reimar's permission.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25633 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
fd09be6b8d
commit
1660147878
|
@ -1,7 +1,7 @@
|
|||
!!ARBfp1.0
|
||||
# Custom YUV->RGB conversion program for MPlayer's -vo gl.
|
||||
# Copyleft (C) Reimar Döffinger, 2005
|
||||
# Licensed under the GNU GPL v2
|
||||
# Licensed under the GNU GPL v2 or later
|
||||
# Usage: mplayer -vo gl:yuv=4:customprog=edgedetect.fp
|
||||
# This is some custom edge-detect like effect.
|
||||
# Try adjusting the gamma!
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
!!ARBfp1.0
|
||||
# Custom YUV->RGB conversion program for MPlayer's -vo gl.
|
||||
# Copyleft (C) Reimar Döffinger, 2005
|
||||
# Licensed under the GNU GPL v2
|
||||
# Licensed under the GNU GPL v2 or later
|
||||
# Usage: mplayer -vo gl:yuv=4:customprog=emboss.fp
|
||||
# This is an emboss effect.
|
||||
PARAM sizes = program.env[0];
|
||||
|
|
Loading…
Reference in New Issue