1
0
forked from jchomaz/Vulture
Files

10 lines
200 B
JavaScript
Raw Permalink Normal View History

/**
* mux.js
*
* Copyright (c) Brightcove
* Licensed Apache-2.0 https://github.com/videojs/mux.js/blob/master/LICENSE
*/
module.exports = {
Adts: require('./adts'),
h264: require('./h264')
};