asd/asd-pc/node_modules/mux.js/es/codecs/index.js
愉快的大福 eb8378e551 init
2024-11-21 11:06:22 +08:00

10 lines
200 B
JavaScript

/**
* 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')
};