[vlc-commits] demux: mp4: bump max samples to 2048
Francois Cartegnie
git at videolan.org
Sun Apr 12 13:16:33 CEST 2015
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Sun Apr 12 00:09:31 2015 +0200| [dad98149cbe5b600429d0e59217ad328b9ee6efa] | committer: Francois Cartegnie
demux: mp4: bump max samples to 2048
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dad98149cbe5b600429d0e59217ad328b9ee6efa
---
modules/demux/mp4/mp4.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/demux/mp4/mp4.c b/modules/demux/mp4/mp4.c
index 55117b0..2044e65 100644
--- a/modules/demux/mp4/mp4.c
+++ b/modules/demux/mp4/mp4.c
@@ -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;
More information about the vlc-commits
mailing list