Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2116bca

Browse files
committed
Remove the MOOV filetype from the StandardGetFile call, so we can also
open MPEG files, etc.
1 parent 1f00eed commit 2116bca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mac/Demo/quicktime/MovieInWindow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def main():
2121
Qt.EnterMovies()
2222

2323
# Get the movie file
24-
fss, ok = macfs.StandardGetFile(QuickTime.MovieFileType)
24+
fss, ok = macfs.StandardGetFile() # Was: QuickTime.MovieFileType
2525
if not ok:
2626
sys.exit(0)
2727

0 commit comments

Comments
 (0)