1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-29 22:00:58 +02:00
FFmpeg/libavformat
Andy Wu c43bd08f8b avformat/mp3dec: Make MP3 seek fast
When AVFMT_FLAG_FAST_SEEK is specified, make MP3 seek operation as
fast as possible.

When no "-usetoc" is specified, the default operation is using TOC
if available; otherwise, uses linear interpolation. This is useful
when seeking a large MP3 file with no TOC available. One example is
Podcast, many MP3 files are large, but no CBR/VBR tags. Most of
them are actually CBR. Even in VBR cases, this option sacrifices the
accuracy of playback time in exchange for responsiveness.
2015-09-05 18:32:58 +02:00
..
2015-08-21 04:24:58 +00:00
2015-08-18 10:24:01 -04:00
2015-07-12 12:17:40 +02:00
2015-08-18 10:24:01 -04:00
2015-09-03 12:42:40 +02:00
2015-06-14 15:09:33 +02:00
2015-08-20 12:22:50 +02:00
2015-09-03 11:28:29 +02:00
2015-05-26 19:54:41 +02:00
2015-05-31 19:04:52 +02:00
2015-08-21 04:24:58 +00:00
2015-09-05 18:32:58 +02:00
2015-09-01 14:35:32 +02:00
2015-06-07 21:55:46 +02:00
2015-09-01 13:35:37 +02:00
2015-05-27 21:48:47 +02:00
2015-04-23 12:56:31 +02:00
2015-06-22 10:47:29 +03:00
2015-04-24 03:43:56 +02:00