OSDN Git Service

implement sar using encode function.
authorgn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Wed, 23 Jun 2010 01:06:36 +0000 (01:06 +0000)
committergn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Wed, 23 Jun 2010 01:06:36 +0000 (01:06 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/rec10@628 4e526526-5e11-4fc0-8910-f8fd03428081

rec10/trunk/src/ts2x264.py

index 0ca6ff8..b5c77fd 100644 (file)
@@ -634,6 +634,7 @@ def get16_9ffmpeg_s(pin,x,y):
 def get_par_size(pin,y):
     tSize=getMovieBaseSize(pin)
     tX=tSize[0]*10/tSize[1]*y
+    tY=y
     if tX>int(tX/10)*10:
         tX=tX/10+1
     else: