Restore the support for SQVGA (bug 1901755)

This commit is contained in:
James Dong 2009-06-05 17:59:32 -07:00
parent 88dbb2fc3f
commit 366cd7e1e3

View File

@ -118,6 +118,7 @@ static preview_size_type preview_sizes[] = {
{ 480, 320 }, // HVGA
{ 352, 288 }, // CIF
{ 320, 240 }, // QVGA
{ 240, 160 }, // SQVGA
{ 176, 144 }, // QCIF
};