On 02/11/2012 04:11 PM, Ronald S. Bultje wrote: > Hi, > > On Sat, Feb 11, 2012 at 12:59 PM, Justin Ruggles > <[email protected]> wrote: >> This should have been updated in b590f3a7bf9103ac7a7a61c48568676201d6824b. >> --- >> tests/ref/seek/alac_m4a | 54 >> +++++++++++++++++++++++----------------------- >> 1 files changed, 27 insertions(+), 27 deletions(-) >> >> diff --git a/tests/ref/seek/alac_m4a b/tests/ref/seek/alac_m4a >> index 892cfb5..51e23e1 100644 >> --- a/tests/ref/seek/alac_m4a >> +++ b/tests/ref/seek/alac_m4a >> @@ -1,53 +1,53 @@ >> -ret: 0 st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos: 40 size: >> 3240 >> +ret: 0 st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos: 40 size: >> 3236 > > So the size is always 4 smaller, why is that?
Because we used to write the 4-byte frame sample count for every frame, but that is optional for ALAC (except for the final frame if its duration is shorter). -Justin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
