From 51c7e284ec5976d5918e506265154f34d32e9a48 Mon Sep 17 00:00:00 2001 From: Heshan Date: Thu, 17 Mar 2011 13:25:16 +0530 Subject: Moving the get codecs from the convertor to trasncoder instrface --- includes/conversion.inc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'includes') 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 -- cgit v1.2.3