Put some get/sets in FFmpegAudioStream.
[dcpomatic.git] / src / tools / dcpomatic_kdm.cc
index 7d88413041ac1b653f20767a8629ba10c6232add..f9ed155445b5f1852c154b807195602c3d4567b6 100644 (file)
@@ -177,7 +177,7 @@ int main (int argc, char* argv[])
                        } else if (string (optarg) == "dci-specific") {
                                formulation = dcp::DCI_SPECIFIC;
                        } else {
-                               error ("unrecognised KDM formulation " + formulation);
+                               error ("unrecognised KDM formulation " + string (optarg));
                        }
                }
        }