You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Removing debug code for Caption effect unit tests
This commit is contained in:
@@ -66,7 +66,6 @@ TEST_CASE( "caption effect", "[libopenshot][caption]" )
|
||||
|
||||
// Get frame
|
||||
std::shared_ptr<openshot::Frame> f = clip1.GetFrame(10);
|
||||
f->Save("audio-caption-line-64.png", 1.0);
|
||||
|
||||
#ifdef _WIN32
|
||||
// Windows pixel location
|
||||
@@ -92,7 +91,6 @@ TEST_CASE( "caption effect", "[libopenshot][caption]" )
|
||||
|
||||
// Get timeline frame
|
||||
f = t.GetFrame(10);
|
||||
f->Save("audio-caption-line-81.png", 1.0);
|
||||
|
||||
#ifdef _WIN32
|
||||
// Windows pixel location
|
||||
@@ -132,7 +130,6 @@ TEST_CASE( "caption effect", "[libopenshot][caption]" )
|
||||
|
||||
// Get frame
|
||||
std::shared_ptr<openshot::Frame> f = clip1.GetFrame(10);
|
||||
f->Save("audio-caption-line-109.png", 1.0);
|
||||
|
||||
#ifdef _WIN32
|
||||
// Windows pixel location
|
||||
@@ -158,7 +155,6 @@ TEST_CASE( "caption effect", "[libopenshot][caption]" )
|
||||
|
||||
// Get timeline frame
|
||||
f = t.GetFrame(10);
|
||||
f->Save("audio-caption-line-125.png", 1.0);
|
||||
|
||||
#ifdef _WIN32
|
||||
// Windows pixel location
|
||||
@@ -199,7 +195,6 @@ TEST_CASE( "caption effect", "[libopenshot][caption]" )
|
||||
|
||||
// Get frame
|
||||
std::shared_ptr<openshot::Frame> f = clip1.GetFrame(10);
|
||||
f->Save("audio-caption-line-156.png", 1.0);
|
||||
|
||||
#ifdef _WIN32
|
||||
// Windows pixel location
|
||||
|
||||
Reference in New Issue
Block a user