Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 638044
Collapse All | Expand All

(-)id3lib-3.8.3-ori/src/mp3_parse.cpp (-1 / +1 lines)
Lines 465-471 Link Here
465
  // from http://www.xingtech.com/developer/mp3/
465
  // from http://www.xingtech.com/developer/mp3/
466
466
467
  const size_t VBR_HEADER_MIN_SIZE = 8;     // "xing" + flags are fixed
467
  const size_t VBR_HEADER_MIN_SIZE = 8;     // "xing" + flags are fixed
468
  const size_t VBR_HEADER_MAX_SIZE = 116;   // frames, bytes, toc and scale are optional
468
  const size_t VBR_HEADER_MAX_SIZE = 120;   // frames, bytes, toc and scale are optional
469
469
470
  if (mp3size >= vbr_header_offest + VBR_HEADER_MIN_SIZE) 
470
  if (mp3size >= vbr_header_offest + VBR_HEADER_MIN_SIZE) 
471
  {
471
  {

Return to bug 638044