mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 21:25:46 +01:00
Use pipe with CmdPipeWriter (see b8d07b8)
This commit is contained in:
parent
2522deabda
commit
c635d15cf0
1 changed files with 1 additions and 1 deletions
|
|
@ -380,7 +380,7 @@ ExportGraphBuilder::Encoder::init_writer (boost::shared_ptr<AudioGrapher::CmdPip
|
|||
int quality = config.format->codec_quality ();
|
||||
|
||||
gchar* tmpfile_name = NULL;
|
||||
#if 0
|
||||
#if 1 // directly pipe to ffmpeg
|
||||
gint fd = -1;
|
||||
#else // write to tmp-file, do not pipe to ffmpeg
|
||||
gint fd = g_file_open_tmp ("ardour-export.XXXXXX", &tmpfile_name, NULL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue