Add comment to codecs app script
authorKevin Sawicki <kevinsawicki@gmail.com>
Wed, 29 Mar 2017 23:30:04 +0000 (16:30 -0700)
committerKevin Sawicki <kevinsawicki@gmail.com>
Thu, 30 Mar 2017 21:36:52 +0000 (14:36 -0700)
spec/fixtures/no-proprietary-codecs.js

index b1450d4..b561e14 100644 (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')