From f6eff0e20658f355cec8825cf43612437d4224d5 Mon Sep 17 00:00:00 2001 From: matlabbe Date: Fri, 8 Jun 2012 15:49:30 +0000 Subject: [PATCH] Added "*.mp4" video type to default supported git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@108 620bd6b2-0a58-f614-fd9a-1bd335dccda9 --- src/Settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Settings.h b/src/Settings.h index 3ef669e9..93e2186c 100644 --- a/src/Settings.h +++ b/src/Settings.h @@ -128,7 +128,7 @@ class Settings PARAMETER(General, autoUpdateObjects, bool, true); PARAMETER(General, nextObjID, uint, 1); PARAMETER(General, imageFormats, QString, "*.png *.jpg *.bmp *.tiff") - PARAMETER(General, videoFormats, QString, "*.avi *.m4v") + PARAMETER(General, videoFormats, QString, "*.avi *.m4v *.mp4") PARAMETER(Homography, homographyComputed, bool, true); PARAMETER(Homography, ransacReprojThr, double, 1.0);