Skip to content

Commit b92c079

Browse files
committed
fix: format
Signed-off-by: deltag0 <ioan.1931@gmail.com>
1 parent 9c09807 commit b92c079

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/lib/image/MovieFFMpeg/MovieFFMpeg.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5958,7 +5958,8 @@ namespace TwkMovie
59585958
{
59595959
poolSize = atoi(c);
59605960
}
5961-
if (poolSize > 0) globalContextPool = new ContextPool(poolSize);
5961+
if (poolSize > 0)
5962+
globalContextPool = new ContextPool(poolSize);
59625963
else
59635964
{
59645965
report("Disabling mio_ffmpeg context thread pool.", true);

0 commit comments

Comments
 (0)