OSDN Git Service

Correct determination of file size and frames in VBRI headers
authorIngo Brückl <ib@wupperonline.de>
Thu, 15 Sep 2011 14:19:05 +0000 (16:19 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 15 Sep 2011 18:16:55 +0000 (20:16 +0200)
commit5d305c9398c043f9ae3bbc6d64a3e1dc468c1e63
treed16cddd8d3d07548a9e35d439cd47ebc3358f600
parentb3887bd5fa3aeba6e59969fda75518bf76446fea
Correct determination of file size and frames in VBRI headers

The fields "Number of Bytes" and "Number of Frames" are mixed up. "Bytes"
come first, "Frames" behind.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/mp3dec.c