diff options
| author | Comment <tim@gray.(none)> | 2013-03-21 07:43:40 +0000 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-03-21 07:43:40 +0000 |
| commit | 21d64e94be3112ea95dbe62a165fb6e2a67ef1e1 (patch) | |
| tree | 85f116d3196cf8cf933606fc966bf75670d038bc /rotord/rotor.h | |
| parent | 2b7aa6e5084441cdd82a2c7060e510ea423c0381 (diff) | |
working on avcodec interface
Diffstat (limited to 'rotord/rotor.h')
| -rwxr-xr-x | rotord/rotor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/rotor.h b/rotord/rotor.h index c7d25b2..5667b62 100755 --- a/rotord/rotor.h +++ b/rotord/rotor.h @@ -359,7 +359,7 @@ namespace Rotor { int load_graph(Poco::UUID uid); bool load_graph(string &graph_filename); //should eventually be as above UUID save_graph(); //returns UUID of saved graph - bool load_audio(string &filename,vector<base_audio_processor*> processors); + bool load_audio(const string &filename,vector<base_audio_processor*> processors); Render_requirements get_requirements(); int load_video(int num,string &filename); //can be performance or clip |
