mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Add comment to codecs app script
This commit is contained in:
6
spec/fixtures/no-proprietary-codecs.js
vendored
6
spec/fixtures/no-proprietary-codecs.js
vendored
@@ -1,3 +1,9 @@
|
||||
// Verifies that Electron cannot play a video that uses proprietary codecs
|
||||
//
|
||||
// This application should be run with the ffmpeg that does not include
|
||||
// proprietary codecs to ensure Electron uses it instead of the version
|
||||
// that does include proprietary codecs.
|
||||
|
||||
const {app, BrowserWindow, ipcMain} = require('electron')
|
||||
const path = require('path')
|
||||
const url = require('url')
|
||||
|
||||
Reference in New Issue
Block a user