Skip to content
This repository has been archived by the owner on Sep 10, 2021. It is now read-only.

Commit

Permalink
BUG: unable to process video
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Marion committed Mar 9, 2011
1 parent 8d69c0c commit 4df7686
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -117,7 +117,7 @@ function process()
case "flv":
case "mp4":
case "rm":
$ret = $this->_processVideo();
//$ret = $this->_processVideo();
break;
default:
$ret = $this->_processStandard();
Expand Down

0 comments on commit 4df7686

Please sign in to comment.