Skip to content

Commit

Permalink
initialize last*stderr members
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean committed Jul 2, 2009
1 parent 64a87cb commit 0f5d1e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mythrip
Expand Up @@ -1297,6 +1297,9 @@ class encoderThread(threading.Thread):

self.mythtranscodeFifoDir = ""

self.lastMythtranscodeStderr = ""
self.lastMencoderStderr = ""

# source video/audio properties
self.vidWidth = ""
self.vidHeight = ""
Expand Down

0 comments on commit 0f5d1e2

Please sign in to comment.