Use pipe with CmdPipeWriter (see b8d07b8)

This commit is contained in:
Robin Gareus 2023-01-16 16:41:28 +01:00
parent 2522deabda
commit c635d15cf0
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -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);