Skip to content

Commit 1832899

Browse files
committed
Removing debug code
1 parent b37ec87 commit 1832899

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/Caption.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ TEST_CASE( "caption effect", "[libopenshot][caption]" )
7575

7676
// Get frame
7777
std::shared_ptr<openshot::Frame> f = clip1.GetFrame(10);
78-
f->Save("caption-sintel-10.png", 1.0, "PNG");
7978

8079
#ifdef _WIN32
8180
// Windows pixel location
@@ -101,7 +100,6 @@ TEST_CASE( "caption effect", "[libopenshot][caption]" )
101100

102101
// Get timeline frame
103102
f = t.GetFrame(10);
104-
f->Save("caption-sintel-10B.png", 1.0, "PNG");
105103

106104
#ifdef _WIN32
107105
// Windows pixel location
@@ -141,7 +139,6 @@ TEST_CASE( "caption effect", "[libopenshot][caption]" )
141139

142140
// Get frame
143141
std::shared_ptr<openshot::Frame> f = clip1.GetFrame(10);
144-
f->Save("caption-piano-10.png", 1.0, "PNG");
145142

146143
#ifdef _WIN32
147144
// Windows pixel location
@@ -167,7 +164,6 @@ TEST_CASE( "caption effect", "[libopenshot][caption]" )
167164

168165
// Get timeline frame
169166
f = t.GetFrame(10);
170-
f->Save("caption-piano-10B.png", 1.0, "PNG");
171167

172168
#ifdef _WIN32
173169
// Windows pixel location
@@ -208,7 +204,6 @@ TEST_CASE( "caption effect", "[libopenshot][caption]" )
208204

209205
// Get frame
210206
std::shared_ptr<openshot::Frame> f = clip1.GetFrame(11);
211-
f->Save("caption-sintel-11.png", 1.0, "PNG");
212207

213208
#ifdef _WIN32
214209
// Windows pixel location

0 commit comments

Comments
 (0)