Commit dad98149 authored by Francois Cartegnie's avatar Francois Cartegnie

demux: mp4: bump max samples to 2048

parent 6e5228fd
......@@ -3006,7 +3006,7 @@ static int MP4_TrackSeek( demux_t *p_demux, mp4_track_t *p_track,
* 3 types: for audio
*
*/
#define QT_V0_MAX_SAMPLES 1024
#define QT_V0_MAX_SAMPLES 2048
static uint32_t MP4_TrackGetReadSize( mp4_track_t *p_track, uint32_t *pi_nb_samples )
{
uint32_t i_size = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment