Skip to content
Snippets Groups Projects
Commit 7aab8db1 authored by François Cartegnie's avatar François Cartegnie :fingers_crossed:
Browse files

demux: mp4: expand sample rate to 32bits

parent eba4e529
No related branches found
No related tags found
No related merge requests found
......@@ -637,8 +637,8 @@ typedef struct MP4_Box_data_sample_soun_s
uint16_t i_samplesize;
uint16_t i_compressionid;
uint16_t i_reserved3;
uint16_t i_sampleratehi; /* timescale of track */
uint16_t i_sampleratelo;
uint32_t i_sampleratehi; /* timescale of track */
uint32_t i_sampleratelo;
/* for version 1 (i_reserved1[0] == 1) */
uint32_t i_sample_per_packet;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment