Remove old code.
authorCarl Hetherington <cth@carlh.net>
Mon, 16 Jul 2012 02:23:34 +0000 (03:23 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 16 Jul 2012 02:23:34 +0000 (03:23 +0100)
src/lib/make_mxf_job.cc

index 59ded8e35533f374d4531fa599c0f1c6f4000d17..2a984d760d54f28c5a1dd61c1868d24b4a0d7f8f 100644 (file)
@@ -61,32 +61,6 @@ MakeMXFJob::name () const
        return s.str ();
 }
 
-#if 0
-XXX
-void
-MakeMXFJob::run ()
-{
-       set_progress_unknown ();
-
-       /* We round for DCP: not sure if this is right */
-       float fps = rintf (_fs->frames_per_second);
-       
-       stringstream c;
-       c << "opendcp_mxf -r " << fps << " -i ";
-       switch (_type) {
-       case VIDEO:
-               c << "\"" << _opt->frame_out_path () << "\" -o \"" << _fs->file ("video.mxf") << "\"";
-               break;
-       case AUDIO:
-               c << "\"" << _opt->multichannel_audio_out_path () << "/*\" -o \"" << _fs->file ("audio.mxf") << "\"";
-               break;
-       }
-
-       command (c.str ());
-       set_progress (1);
-}
-#endif
-
 void
 MakeMXFJob::run ()
 {