mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-06-05 22:52:45 +02:00
2017-08-20 Fred Gleason <fredg@paravelsystems.com>
* Removed FIXME entries from 'utils/rdrender/mainloop.cpp'.
This commit is contained in:
parent
2b389602ba
commit
6659660736
@ -15962,3 +15962,5 @@
|
|||||||
* Incremented the database version to 266.
|
* Incremented the database version to 266.
|
||||||
2017-08-18 Fred Gleason <fredg@paravelsystems.com>
|
2017-08-18 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Added rdrender(1) in 'utils/rdrender/'.
|
* Added rdrender(1) in 'utils/rdrender/'.
|
||||||
|
2017-08-20 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Removed FIXME entries from 'utils/rdrender/mainloop.cpp'.
|
||||||
|
@ -70,12 +70,6 @@ int MainObject::MainLoop()
|
|||||||
QString cutname;
|
QString cutname;
|
||||||
if(cart->selectCut(&cutname,current_time)) {
|
if(cart->selectCut(&cutname,current_time)) {
|
||||||
RDCut *cut=new RDCut(cutname);
|
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;
|
QString filename;
|
||||||
if(GetCutFile(cutname,cut->startPoint(),cut->endPoint(),&filename)) {
|
if(GetCutFile(cutname,cut->startPoint(),cut->endPoint(),&filename)) {
|
||||||
SNDFILE *sf_in=sf_open(filename,SFM_READ,&sf_info);
|
SNDFILE *sf_in=sf_open(filename,SFM_READ,&sf_info);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user