--- a/camerauis/cameraxui/cxengine/src/cxequalitypresetssymbian.cpp Mon Aug 23 13:50:05 2010 +0300
+++ b/camerauis/cameraxui/cxengine/src/cxequalitypresetssymbian.cpp Fri Sep 03 11:00:58 2010 +0300
@@ -184,9 +184,8 @@
int numLevels = levels->Count();
for(int i = 0; i < numLevels; i++) {
mIcm->GetVideoQualitySet(set, levels->At(i), displayId);
-
- // Disable all video sizes larger than VGA
- if (set.iCamcorderVisible > 0 && set.iVideoWidth <= 864) {
+
+ if (set.iCamcorderVisible > 0) {
// create new quality preset
CxeVideoDetails newPreset = createVideoPreset(set);