[vlc-commits] [Git][videolan/vlc][master] demux: mp4: remove stray return line

Steve Lhomme (@robUx4) gitlab at videolan.org
Fri Apr 10 05:45:27 UTC 2026



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
5d4c5977 by Steve Lhomme at 2026-04-10T05:28:42+00:00
demux: mp4: remove stray return line

Should have been removed in b251b0a7e811bfa0b0550824a8e5e571947afd6c.

- - - - -


1 changed file:

- modules/demux/mp4/fragments.c


Changes:

=====================================
modules/demux/mp4/fragments.c
=====================================
@@ -106,7 +106,6 @@ static inline int64_t movietime_to_ms(stime_t time, uint32_t i_movie_timescale)
     int64_t q = time / i_movie_timescale;
     int64_t r = time % i_movie_timescale;
     return q * INT64_C( 1000 ) + r * INT64_C( 1000 ) / i_movie_timescale;
-    return INT64_C( 1000 ) * time / i_movie_timescale;
 }
 
 void MP4_Fragments_Index_Dump( vlc_object_t *p_obj, const mp4_fragments_index_t *p_index,



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/5d4c597783b936fa5aa6f6f425abeed9f32a317f

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




More information about the vlc-commits mailing list