That is because it was COMPLETELY rewritten and there is no resemblance. Just do a "diff" on the 2 files and you will see the only thing that is the same is blank lines, single brackets, and 6 include files. You can see these same type of differences by just diffing 2 completely different files -- for example, do a "diff" on aplugin.C in CinGG with apluginset.C in HV-8. On Thu, Jan 5, 2023 at 12:00 AM Andrew Randrianasulu < [email protected]> wrote:
I think this specific file lost its header in
Автор: Good1.2Guy <[email protected]> 2015-04-13 22:18:09 Коммитер: Good1.2Guy <[email protected]> 2015-04-13 22:18:09 Предок: 5f709d7d9ee401dd945301432bde747d50c5b704 (repair x_error_handler err msg reporting) Потомок: c38d89476f399692d846f57b79ad098b6f777030 (fix static build dep jpeg) Ветка: master, remotes/origin/master Следует за: Предшествует:
rework ffmpeg: added encoder upgraded decoder. numerous minor fixes
=== ------------------- cinelerra-4.6.mod/cinelerra/fileffmpeg.C ------------------- index 77401980..0547fd6f 100644 @@ -1,535 +1,206 @@
-/* - * CINELERRA - * Copyright (C) 2011 Adam Williams <broadcast at earthling dot net> - * - * 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 - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * - */