Skip to content

Commit 0fb9a99

Browse files
committed
Muxer fix
Significance ------------ -Fix for insufficient buffer size for box content
1 parent 4cbf7f7 commit 0fb9a99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/impegh_mp4_mux_utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
#include "impegh_error_codes_mux.h"
4242
#define MIN(a, b) (((a) < (b)) ? (a) : (b))
4343
#define MAX_SAMPLE_RATE (96000)
44-
#define MAX_MAE_BUFFER_SIZE (100)
44+
#define MAX_MAE_BUFFER_SIZE (10000)
4545
#define MAX_MAE_NUM_DATASETS (15)
4646

4747
#define ID_MAE_GROUP_DESCRIPTION (0)

0 commit comments

Comments
 (0)