Changeset 137 for smplayer/vendor/current/src/prefgeneral.cpp
- Timestamp:
- Dec 3, 2012, 5:29:00 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/prefgeneral.cpp
r121 r137 69 69 channels_combo->addItem( "4", MediaSettings::ChSurround ); 70 70 channels_combo->addItem( "6", MediaSettings::ChFull51 ); 71 channels_combo->addItem( "7", MediaSettings::ChFull61 ); 72 channels_combo->addItem( "8", MediaSettings::ChFull71 ); 71 73 72 74 connect(vo_combo, SIGNAL(currentIndexChanged(int)), … … 96 98 channels_combo->setItemText(1, tr("4 (4.0 Surround)") ); 97 99 channels_combo->setItemText(2, tr("6 (5.1 Surround)") ); 100 channels_combo->setItemText(3, tr("7 (6.1 Surround)") ); 101 channels_combo->setItemText(4, tr("8 (7.1 Surround)") ); 98 102 99 103 int deinterlace_item = deinterlace_combo->currentIndex(); … … 370 374 } 371 375 else 376 if (vo == "gl_tiled") { 377 vo_combo->addItem( vo, vo); 378 vo_combo->addItem( "gl_tiled (yuv)", "gl_tiled:yuv=3"); 379 } 380 else 372 381 if (vo == "null" || vo == "png" || vo == "jpeg" || vo == "gif89a" || 373 382 vo == "tga" || vo == "pnm" || vo == "md5sum" )
Note:
See TracChangeset
for help on using the changeset viewer.