diff options
Diffstat (limited to 'ffmpeg-player')
| -rw-r--r-- | ffmpeg-player/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg-player/main.c b/ffmpeg-player/main.c index 8d0cea3..5d63062 100644 --- a/ffmpeg-player/main.c +++ b/ffmpeg-player/main.c @@ -1,6 +1,6 @@ // Barebones FFmpeg + SDL3 video playback // -// SPDX-License-Identifier: GPL-3.0 +// SPDX-License-Identifier: 0BSD // // - Assumes video and audio streams are both present // - Assumes both streams start at 0 |