diff options
Diffstat (limited to 'ffmpeg-shadertoy/main.c')
| -rw-r--r-- | ffmpeg-shadertoy/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg-shadertoy/main.c b/ffmpeg-shadertoy/main.c index 015b93c..36c954f 100644 --- a/ffmpeg-shadertoy/main.c +++ b/ffmpeg-shadertoy/main.c @@ -1,6 +1,6 @@ // ShaderToy video renderer // -// SPDX-License-Identifier: GPL-3.0 +// SPDX-License-Identifier: 0BSD // // Usage: ffmpeg-shadertoy -w <width> -h <height> -t <seconds> -fps <fps> -crf <crf> <input.glsl> <output.mp4> // |