~ubuntu-branches/ubuntu/gutsy/ogmtools/gutsy

« back to all changes in this revision

Viewing changes to r_mp3.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Marc Leeman
  • Date: 2005-03-07 09:31:25 UTC
  • mfrom: (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050307093125-sx176ww54zi0shin
Tags: 1:1.5-2
* When using -v and -s together, the verbose output is removed (Closes: #296741)
* Fix of wrong length reporting (Closes: #296739)
* depend on dpatch for patches
* Upload sponsored by Luigi Gangitano <luigi@debian.org>

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
 
89
89
  bytes_processed = 0;
90
90
  mp3packetizer = new mp3_packetizer_c(mp3_freqs[mp3header.sampling_frequency],
91
 
                                       mp3header.stereo ? 2 : 1,
 
91
                                       mp3header.stereo,
92
92
                                       mp3_tabsel[mp3header.lsf]
93
93
                                         [mp3header.bitrate_index],
94
94
                                       nasync, nrange, ncomments);