From 0ce24fea04b8b571ef887d184a7f8cdeca2d4c4a Mon Sep 17 00:00:00 2001 From: Heshan Date: Wed, 6 Apr 2011 21:47:46 +0530 Subject: #1092668 by anglo VideoJS player --- transcoders/video_ffmpeg.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'transcoders') diff --git a/transcoders/video_ffmpeg.inc b/transcoders/video_ffmpeg.inc index e5f8c63..833b6c6 100644 --- a/transcoders/video_ffmpeg.inc +++ b/transcoders/video_ffmpeg.inc @@ -508,6 +508,7 @@ class video_ffmpeg implements transcoder_interface { $video->files->{$extension}->filepath = $value->uri; $video->files->{$extension}->filemime = file_get_mimetype($value->uri); $video->files->{$extension}->url = file_create_url($value->uri); + $video->files->{$extension}->uri = $value->uri; $video->files->{$extension}->extension = $extension; $video->player = strtolower($extension); } -- cgit v1.2.3