diff options
Diffstat (limited to 'test/test.cc')
| -rw-r--r-- | test/test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.cc b/test/test.cc index 1ca06c105..081a13a8c 100644 --- a/test/test.cc +++ b/test/test.cc @@ -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"); |
