Skip to content

Commit aba8560

Browse files
author
Clement Champetier
committed
pyTest testTranscoderDummy: clean tests
Remove spaces and semicolons.
1 parent 2e32a5f commit aba8560

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

test/pyTest/testTranscoderDummy.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,8 @@ def testTranscodeDummyAudio():
8686
audioDesc.setFps( 25 )
8787
audioDesc.setSampleFormat( "s16" )
8888

89-
9089
essenceDesc = av.AudioDesc( "pcm_s16le" )
91-
essenceDesc.setAudioParameters( audioDesc );
90+
essenceDesc.setAudioParameters( audioDesc )
9291
transcoder.add( "", 0, "wave24b48kmono", essenceDesc )
9392

9493
transcoder.init()
@@ -112,9 +111,9 @@ def testTranscodeDummyVideo():
112111
imageDesc.setHeight( 1080 )
113112
imageDesc.setDar( 1, 1 )
114113
inputPixel = av.Pixel( "yuv422p" )
115-
imageDesc.setPixel( inputPixel );
114+
imageDesc.setPixel( inputPixel )
116115
essenceDesc = av.VideoDesc( "mpeg2video" )
117-
essenceDesc.setImageParameters( imageDesc );
116+
essenceDesc.setImageParameters( imageDesc )
118117
transcoder.add( "", 0, "dnxhd120", essenceDesc )
119118

120119
transcoder.init()

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy