()
| 6 | var ffmpeg_mp4 = require("../ffmpeg-mp4"); |
| 7 | |
| 8 | function noop() {} |
| 9 | var testDataPath = path.join(__dirname, "test.webm"); |
| 10 | var testData = new Uint8Array(fs.readFileSync(testDataPath)); |
| 11 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…