diff options
author | Heshan <heshan@heidisoft.com> | 2011-03-17 13:25:16 +0530 |
---|---|---|
committer | Heshan <heshan@heidisoft.com> | 2011-03-17 13:25:16 +0530 |
commit | 51c7e284ec5976d5918e506265154f34d32e9a48 (patch) | |
tree | 0883959de56f19f302c7a21f1725eca65d906fa8 /includes | |
parent | 87782dfb64baed1715634b08c51a5f2a6d77eebb (diff) | |
download | video-51c7e284ec5976d5918e506265154f34d32e9a48.tar.gz video-51c7e284ec5976d5918e506265154f34d32e9a48.tar.bz2 |
Moving the get codecs from the convertor to trasncoder instrface
Diffstat (limited to 'includes')
-rw-r--r-- | includes/conversion.inc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/includes/conversion.inc b/includes/conversion.inc index 59414cc..c7596e9 100644 --- a/includes/conversion.inc +++ b/includes/conversion.inc @@ -105,11 +105,6 @@ class video_conversion { public function load_job($fid) { return $this->transcoder->load_job($fid); } - - public function get_codecs() { - return $this->transcoder->get_codecs(); - } - } ?>
\ No newline at end of file |