From 39c878f59b0f70ea7d52e77705ae05f3b7a0455b Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 28 Dec 2015 14:00:56 +0100 Subject: [PATCH] common: remove outdated comments about function removed since --- src/common/hevc.cpp | 5 ----- src/common/mpeg1_2.cpp | 5 ----- src/common/mpeg4_p10.cpp | 5 ----- src/common/mpeg4_p2.cpp | 5 ----- 4 files changed, 20 deletions(-) diff --git a/src/common/hevc.cpp b/src/common/hevc.cpp index 86625ad2f..e3cc7e5df 100644 --- a/src/common/hevc.cpp +++ b/src/common/hevc.cpp @@ -7,11 +7,6 @@ see the file COPYING for details or visit http://www.gnu.org/copyleft/gpl.html - Part of this code (the functions \c decode_rbsp_trailing() ) were - taken or inspired and modified from the ffmpeg project ( - http://ffmpeg.sourceforge.net/index.php ). These functions were - licensed under the LGPL. - \file */ diff --git a/src/common/mpeg1_2.cpp b/src/common/mpeg1_2.cpp index d1818e703..c5c8b1a58 100644 --- a/src/common/mpeg1_2.cpp +++ b/src/common/mpeg1_2.cpp @@ -7,11 +7,6 @@ see the file COPYING for details or visit http://www.gnu.org/copyleft/gpl.html - Part of this code (the functions \c decode_rbsp_trailing() ) were - taken or inspired and modified from the ffmpeg project ( - http://ffmpeg.sourceforge.net/index.php ). These functions were - licensed under the LGPL. - \file \author Written by Moritz Bunkus . diff --git a/src/common/mpeg4_p10.cpp b/src/common/mpeg4_p10.cpp index 8a4f11ab8..58eb2dc45 100644 --- a/src/common/mpeg4_p10.cpp +++ b/src/common/mpeg4_p10.cpp @@ -7,11 +7,6 @@ see the file COPYING for details or visit http://www.gnu.org/copyleft/gpl.html - Part of this code (the functions \c decode_rbsp_trailing() ) were - taken or inspired and modified from the ffmpeg project ( - http://ffmpeg.sourceforge.net/index.php ). These functions were - licensed under the LGPL. - \file \author Written by Moritz Bunkus . diff --git a/src/common/mpeg4_p2.cpp b/src/common/mpeg4_p2.cpp index 639c4e6d5..140bd16bf 100644 --- a/src/common/mpeg4_p2.cpp +++ b/src/common/mpeg4_p2.cpp @@ -7,11 +7,6 @@ see the file COPYING for details or visit http://www.gnu.org/copyleft/gpl.html - Part of this code (the functions \c decode_rbsp_trailing() ) were - taken or inspired and modified from the ffmpeg project ( - http://ffmpeg.sourceforge.net/index.php ). These functions were - licensed under the LGPL. - \file \author Written by Moritz Bunkus .