2017-08-20 Fred Gleason <fredg@paravelsystems.com>

* Removed FIXME entries from 'utils/rdrender/mainloop.cpp'.
This commit is contained in:
Fred Gleason 2017-08-20 08:27:16 -04:00
parent 2b389602ba
commit 6659660736
2 changed files with 2 additions and 6 deletions

View File

@ -15962,3 +15962,5 @@
* Incremented the database version to 266.
2017-08-18 Fred Gleason <fredg@paravelsystems.com>
* Added rdrender(1) in 'utils/rdrender/'.
2017-08-20 Fred Gleason <fredg@paravelsystems.com>
* Removed FIXME entries from 'utils/rdrender/mainloop.cpp'.

View File

@ -70,12 +70,6 @@ int MainObject::MainLoop()
QString cutname;
if(cart->selectCut(&cutname,current_time)) {
RDCut *cut=new RDCut(cutname);
//
// FIXME: This breaks on setups where caed(8) has been delegated
// to a different host!
//
// FIXME: This breaks with MPEG audio stores!
//
QString filename;
if(GetCutFile(cutname,cut->startPoint(),cut->endPoint(),&filename)) {
SNDFILE *sf_in=sf_open(filename,SFM_READ,&sf_info);