Changeset ac3f8d31 in ffmpeg

Timestamp:
Feb 6, 2012, 6:22:01 PM (13 years ago)
Author:
Justin Ruggles <justin.ruggles@gmail.com>
Branches:
master
Children:
f1c3d4a6
Parents:
c2c31615
git-author:
Justin Ruggles <justin.ruggles@gmail.com> (02/04/12 22:01:03)
git-committer:
Justin Ruggles <justin.ruggles@gmail.com> (02/06/12 18:22:01)
Message:

ape: calculate final packet size instead of guessing

Calculates based on total file size and wavetaillength from the header.
Falls back to multiplying finalframeblocks by 8 instead of 4 so that it will
at least be overestimating for 24-bit. Currently it can underestimate the
final packet size, leading to decoding errors.

(No files)

Note: See TracChangeset for help on using the changeset viewer.