From 43ba2e747b349f31052759283b48bf9a415e1881 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Mon, 9 Dec 2024 00:18:46 +0300 Subject: [PATCH] engine: avi: mention SDL3 and FTEQW developers which ffmpeg integrations in their projects helped me to understand the ffmpeg API --- engine/client/avi/avi_ffmpeg.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/engine/client/avi/avi_ffmpeg.c b/engine/client/avi/avi_ffmpeg.c index b5c20a0d..132f0cf9 100644 --- a/engine/client/avi/avi_ffmpeg.c +++ b/engine/client/avi/avi_ffmpeg.c @@ -1,6 +1,8 @@ /* avi_ffmpreg.c - playing AVI files (ffmpeg backend) -Copyright (C) 2023 Alibek Omarov +Copyright (C) FTEQW developers (for plugins/avplug/avdecode.c) +Copyright (C) Sam Lantinga (for tests/testffmpeg.c) +Copyright (C) 2023-2024 Alibek Omarov 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