aboutsummaryrefslogtreecommitdiff
path: root/libraries/phpvideotoolkit/examples/working/tmp/_ffmpeg_info.php
diff options
context:
space:
mode:
authorHeshan <heshan@heidisoft.com>2011-03-17 12:42:05 +0530
committerHeshan <heshan@heidisoft.com>2011-03-17 12:42:05 +0530
commit87782dfb64baed1715634b08c51a5f2a6d77eebb (patch)
tree2fc2ab08845c7d0c07eb8ed22419e6d8cd45d419 /libraries/phpvideotoolkit/examples/working/tmp/_ffmpeg_info.php
parentc2132e3e04247ef8d39540161be895a9ceec63fd (diff)
parent972dd76d32128c6180271e5d10aff89a45f0ae74 (diff)
downloadvideo-87782dfb64baed1715634b08c51a5f2a6d77eebb.tar.gz
video-87782dfb64baed1715634b08c51a5f2a6d77eebb.tar.bz2
Merge branch '7.x-1.x' of git.drupal.org:project/video into 7.x-1.x
Diffstat (limited to 'libraries/phpvideotoolkit/examples/working/tmp/_ffmpeg_info.php')
-rw-r--r--libraries/phpvideotoolkit/examples/working/tmp/_ffmpeg_info.php46
1 files changed, 0 insertions, 46 deletions
diff --git a/libraries/phpvideotoolkit/examples/working/tmp/_ffmpeg_info.php b/libraries/phpvideotoolkit/examples/working/tmp/_ffmpeg_info.php
deleted file mode 100644
index 252f999..0000000
--- a/libraries/phpvideotoolkit/examples/working/tmp/_ffmpeg_info.php
+++ /dev/null
@@ -1,46 +0,0 @@
-<?php
-
- $info = array (
- 'reading_from_cache' => false,
- 'ffmpeg-found' => true,
- 'compiler' =>
- array (
- ),
- 'binary' =>
- array (
- 'configuration' =>
- array (
- ),
- 'vhook-support' => true,
- 'versions' =>
- array (
- ),
- ),
- 'ffmpeg-php-support' => 'emulated',
- 'raw' => 'The system cannot find the path specified.',
- 'formats' =>
- array (
- ),
- 'codecs' =>
- array (
- 'video' =>
- array (
- ),
- 'audio' =>
- array (
- ),
- 'subtitle' =>
- array (
- ),
- ),
- 'filters' =>
- array (
- ),
- 'protocols' =>
- array (
- ),
- 'abbreviations' =>
- array (
- ),
- '_cache_date' => 1299962563,
-); \ No newline at end of file