From 7c06f63b94e1708625f4998e2a30c57603045fc3 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Wed, 12 Dec 2007 14:00:09 +0000 Subject: [PATCH] local changes --- oxdbarchive/tools/extract_poster_still.py | 1 - 1 file changed, 1 deletion(-) diff --git a/oxdbarchive/tools/extract_poster_still.py b/oxdbarchive/tools/extract_poster_still.py index e446f3a..02b7fd4 100755 --- a/oxdbarchive/tools/extract_poster_still.py +++ b/oxdbarchive/tools/extract_poster_still.py @@ -160,4 +160,3 @@ if __name__ == "__main__": offset = int(float(sys.argv[3]) * gst.MSECOND) #f = PosterStill(inputFile, outputFile, offset, height) f = PosterStillMplayer(inputFile, outputFile, offset, height) -