From b2eb0df792e7724538c4afeb7d8929a241a03773 Mon Sep 17 00:00:00 2001 From: Heshan Date: Tue, 12 Jul 2011 09:42:44 +0530 Subject: Remove the library addons and other unwanted folders. --- .../php-reader/src/ASF/Object/Padding.php | 64 ---------------------- 1 file changed, 64 deletions(-) delete mode 100644 libraries/phpvideotoolkit/adapters/ffmpeg-php/php-reader/src/ASF/Object/Padding.php (limited to 'libraries/phpvideotoolkit/adapters/ffmpeg-php/php-reader/src/ASF/Object/Padding.php') diff --git a/libraries/phpvideotoolkit/adapters/ffmpeg-php/php-reader/src/ASF/Object/Padding.php b/libraries/phpvideotoolkit/adapters/ffmpeg-php/php-reader/src/ASF/Object/Padding.php deleted file mode 100644 index 4e0be36..0000000 --- a/libraries/phpvideotoolkit/adapters/ffmpeg-php/php-reader/src/ASF/Object/Padding.php +++ /dev/null @@ -1,64 +0,0 @@ -Padding Object is a dummy object that is used to pad the size of - * the Header Object. This object enables the size of any object stored - * in the Header Object to grow or shrink without having to rewrite the - * entire Data Object and Index Object sections of the ASF file. - * For instance, if entries in the Content Description Object or - * Extended Content Description Object need to be removed or shortened, - * the size of the Padding Object can be increased to compensate for the - * reduction in size of the Content Description Object. The ASF file can - * then be updated by overwriting the previous Header Object with the - * edited Header Object of identical size, without having to move or - * rewrite the data contained in the Data Object. - * - * @package php-reader - * @subpackage ASF - * @author Sven Vollbehr - * @copyright Copyright (c) 2008 The PHP Reader Project Workgroup - * @license http://code.google.com/p/php-reader/wiki/License New BSD License - * @version $Rev: 102 $ - */ -final class ASF_Object_Padding extends ASF_Object -{ -} -- cgit v1.2.3