We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d4c1c2 commit 8fc4a11Copy full SHA for 8fc4a11
admin/rt-transcoder-handler.php
@@ -74,7 +74,7 @@ class RT_Transcoder_Handler {
74
* @access public
75
* @var string $video_extensions Video extensions with comma separated.
76
*/
77
- 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';
78
79
/**
80
* Audio extensions with comma separated.
0 commit comments