You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the bitstream cache doesn't happen to be filled to an int (32-bit) boundary, the final mp3 frame may be truncated, resulting in a non-fatal error when playing that final frame, e.g.:
$ mpv test.mp3
[ffmpeg/demuxer] mp3: Estimating duration from bitrate, this may be inaccurate
(+) Audio --aid=1 (mp3 1ch 44100Hz)
AO: [pulse] 44100Hz mono 1ch float
A: 00:00:03 / 00:00:04 (92%)
[ffmpeg/audio] mp3float: invalid new backstep -1
A: 00:00:03 / 00:00:04 (94%)
Exiting... (End of file)
The text was updated successfully, but these errors were encountered:
If the bitstream cache doesn't happen to be filled to an int (32-bit) boundary, the final mp3 frame may be truncated, resulting in a non-fatal error when playing that final frame, e.g.:
The text was updated successfully, but these errors were encountered: