.ogv file extension missing
reswild - July 2, 2009 - 16:26
| Project: | Video |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Only .ogg is currently listed as file extension for ogg theora files in video/includes/common.inc. However, the current standard is that ogg video files should have the extension .ogv, while audio files should have .oga. This produces a "File format not supported" error when uploading .ogv files.

#1
subscribing...
#2
Just add:
case 'ogg':case 'ogv':
After the first line above in the file includes/common.inc. This change will be incorporated in the next release.