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

(-)MuSE-0.9.2.orig/src/libmpeg/mpegtoraw.cc (-1 / +1 lines)
Lines 417-427 Link Here
417
  if(loader->eof())return seterrorcode(SOUND_ERROR_FINISH);
417
  if(loader->eof())return seterrorcode(SOUND_ERROR_FINISH);
418
418
419
  return true;
419
  return true;
420
}
420
}
421
421
422
#include <iostream.h>
422
#include <iostream>
423
// Convert mpeg to raw
423
// Convert mpeg to raw
424
bool Mpegtoraw::run(int frames) {
424
bool Mpegtoraw::run(int frames) {
425
  clearrawdata();
425
  clearrawdata();
426
  if(frames<0)lastfrequency=0;
426
  if(frames<0)lastfrequency=0;
427
427

Return to bug 218923