]> git.sesse.net Git - ffmpeg/commitdiff
Revert "lavf/mp3dec: don't adjust start time; packets are not adjusted."
authorMichael Niedermayer <michael@niedermayer.cc>
Mon, 8 Jun 2020 20:08:37 +0000 (22:08 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Mon, 8 Jun 2020 20:08:37 +0000 (22:08 +0200)
This causes regressions in end to end timestamps with mp3s and ffmpeg.
The revert is to avoid this regression in the 4.3 release

See: [FFmpeg-devel] [PATCH] Don't adjust start time for MP3 files; packets are not adjusted.

This reverts commit 460132c9980f8a1f501a1f69477bca49e1641233.

libavformat/mp3dec.c
tests/ref/fate/gapless-mp3

index efbf836bcc6e30db83ed3da127044b9ab0f3c706..b044679c029a6a642173b818a6d1d1bb5c8d336f 100644 (file)
@@ -260,6 +260,10 @@ static void mp3_parse_info_tag(AVFormatContext *s, AVStream *st,
             st->first_discard_sample = -mp3->end_pad + 528 + 1 + mp3->frames * (int64_t)spf;
             st->last_discard_sample = mp3->frames * (int64_t)spf;
         }
+        if (!st->start_time)
+            st->start_time = av_rescale_q(st->start_skip_samples,
+                                            (AVRational){1, c->sample_rate},
+                                            st->time_base);
         av_log(s, AV_LOG_DEBUG, "pad %d %d\n", mp3->start_pad, mp3->  end_pad);
     }
 
index e7843911533829c5cc5e1ee0f235d77191e1c9bc..ab4f1a045680db77131eba05778771f1a68cc15b 100644 (file)
@@ -1,4 +1,4 @@
-ec876434ed65e338e07234e54d136caf *tests/data/fate/gapless-mp3.out-1
+44b42cc3a898b45507d856d0813f4f26 *tests/data/fate/gapless-mp3.out-1
 c96c3ae7bd3300fd2f4debac222de5b7
 ec876434ed65e338e07234e54d136caf *tests/data/fate/gapless-mp3.out-2
 c96c3ae7bd3300fd2f4debac222de5b7