Skip to content

Commit

Permalink
Remote x-msvideo file format
Browse files Browse the repository at this point in the history
  • Loading branch information
sudhir-yadav committed Apr 10, 2019
1 parent 2d4c1c2 commit 8fc4a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/rt-transcoder-handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class RT_Transcoder_Handler {
* @access public
* @var string $video_extensions Video extensions with comma separated.
*/
public $video_extensions = ',mov,m4v,m2v,avi,mpg,flv,wmv,mkv,webm,ogv,mxf,asf,vob,mts,qt,mpeg,x-msvideo,3gp';
public $video_extensions = ',mov,m4v,m2v,avi,mpg,flv,wmv,mkv,webm,ogv,mxf,asf,vob,mts,qt,mpeg,3gp';

/**
* Audio extensions with comma separated.
Expand Down

0 comments on commit 8fc4a11

Please sign in to comment.