[vlc-commits] [Git][videolan/vlc][3.0.x] demux: mp4: read one sample each time for opus

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Mon Dec 25 15:36:19 UTC 2023



Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC


Commits:
0cb96276 by Zhao Zhili at 2023-12-22T16:12:05+01:00
demux: mp4: read one sample each time for opus

(cherry picked from commit 0a8da3bb9c7b54629b3aa33a4a7b3cd00ed39fbc)

- - - - -


1 changed file:

- modules/demux/mp4/mp4.c


Changes:

=====================================
modules/demux/mp4/mp4.c
=====================================
@@ -3798,6 +3798,7 @@ static uint32_t MP4_TrackGetReadSize( mp4_track_t *p_track, uint32_t *pi_nb_samp
             case VLC_CODEC_DTS:
             case VLC_CODEC_MP4A:
             case VLC_CODEC_A52:
+            case VLC_CODEC_OPUS:
                 i_max_v0_samples = 1;
                 break;
                 /* fixme, reverse using a list of uncompressed codecs */



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/0cb962765f889be53139b43114c68350d5320057

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/0cb962765f889be53139b43114c68350d5320057
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list