get big still for mov, mpg, mpeg

This commit is contained in:
j 2008-07-11 23:29:05 +02:00
parent fbb08dd770
commit c080c2b22e

View file

@ -744,8 +744,6 @@ class ArchiveFile(SQLObject):
if not exists(still):
oxdb_makedir(dirname(still))
movieFile = self.absolutePath
if os.path.splitext(movieFile)[-1] in ('.mov', '.mpg', '.mpeg'):
movieFile = self.mini_movie_file
extract_frame(movieFile, position, self.stillFolder, -1)
if exists(still):
return cache.loadFile(still)