Add comment to codecs app script
This commit is contained in:
parent
6b8f840da0
commit
7873130019
1 changed files with 6 additions and 0 deletions
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')
|
||||
|
|
Loading…
Reference in a new issue