Sort libav video/audio encoders alphabetically.
This commit is contained in:
parent
8f0f6f23e1
commit
2212dbacab
|
@ -3039,6 +3039,7 @@ void LibavOptionsPage::initCodecLists(void)
|
|||
initChannelLayoutSelect( audioEncSel->currentText().toStdString().c_str() );
|
||||
|
||||
videoEncSel->model()->sort(0);
|
||||
audioEncSel->model()->sort(0);
|
||||
}
|
||||
//-----------------------------------------------------
|
||||
void LibavOptionsPage::includeAudioChanged(bool checked)
|
||||
|
|
Loading…
Reference in New Issue