Remove unused variable.
[dcpomatic.git] / test / test.cc
index 1ca06c105584b43baa5d71961f70babe1a6b2639..081a13a8cd93e07de09e5f25034dfa3c6e8c5ed5 100644 (file)
@@ -442,7 +442,7 @@ check_ffmpeg_stream (boost::filesystem::path ref, boost::filesystem::path check,
 }
 
 void
-check_ffmpeg (boost::filesystem::path ref, boost::filesystem::path check, int skip_packet_stream)
+check_ffmpeg (boost::filesystem::path ref, boost::filesystem::path check)
 {
        check_ffmpeg_stream (ref, check, "v");
        check_ffmpeg_stream (ref, check, "a");