Add comment to codecs app script

This commit is contained in:
Kevin Sawicki 2017-03-29 16:30:04 -07:00
parent 6b8f840da0
commit 7873130019

View file

@ -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')