Skip to content

Commit

Permalink
move AAC-helper to remux components to
Browse files Browse the repository at this point in the history
  • Loading branch information
tchakabam committed Apr 26, 2018
1 parent 2f47ce3 commit e9c780c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
File renamed without changes.
8 changes: 5 additions & 3 deletions src/remux/mp4-remuxer.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
* fMP4 remuxer
*/

import AAC from '../helper/aac';
import AAC from './aac-helper';
import MP4 from './mp4-generator';

import Event from '../events';
import { logger } from '../utils/logger';
import MP4 from '../remux/mp4-generator';
import { ErrorTypes, ErrorDetails } from '../errors';

import { logger } from '../utils/logger';

// 10 seconds
const MAX_SILENT_FRAME_DURATION = 10 * 1000;

Expand Down

0 comments on commit e9c780c

Please sign in to comment.