function MovieMasher_Coder_Decoder($config = array())
 {
     parent::MovieMasher_Coder($config);
     $this->_coderName = 'Decode';
 }
 function Moviemasher_Coder_Encoder($config = array())
 {
     $this->_coderName = 'Encode';
     parent::MovieMasher_Coder($config);
 }