Sort libav video/audio encoders alphabetically.

This commit is contained in:
mjbudd77 2021-09-25 15:40:23 -04:00
parent 8f0f6f23e1
commit 2212dbacab
1 changed files with 1 additions and 0 deletions

View File

@ -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)