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

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Mon Jan 24 14:01:31 UTC 2022



Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC


Commits:
0a8da3bb by Zhao Zhili at 2022-01-24T13:11:07+00:00
demux: mp4: read one sample each time for opus

- - - - -


1 changed file:

- modules/demux/mp4/mp4.c


Changes:

=====================================
modules/demux/mp4/mp4.c
=====================================
@@ -3957,6 +3957,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/0a8da3bb9c7b54629b3aa33a4a7b3cd00ed39fbc

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




More information about the vlc-commits mailing list