textbox cursor fix, h265 param files, bluray updates, new-proj theme fixes
[goodguy/history.git] / cinelerra-5.1 / cinelerra / fileffmpeg.C
index 4d7c713b9304e202d45bd3d4ba79a51932f78c57..e99732b3f1be351a3f37e6b170cff236d87f5f55 100644 (file)
@@ -502,6 +502,7 @@ int FFMPEGConfigAudioPopup::handle_event()
        FFMPEG::load_options(option_path, asset->ff_audio_options,
                         sizeof(asset->ff_audio_options));
        popup->audio_options->update(asset->ff_audio_options);
+       popup->audio_options->set_text_row(0);
 
        char value[BCTEXTLEN];
        if( !FileFFMPEG::get_ff_option("cin_bitrate", asset->ff_audio_options, value) )
@@ -663,6 +664,7 @@ int FFMPEGConfigVideoPopup::handle_event()
        FFMPEG::load_options(option_path, asset->ff_video_options,
                         sizeof(asset->ff_video_options));
        popup->video_options->update(asset->ff_video_options);
+       popup->video_options->set_text_row(0);
 
        char value[BCTEXTLEN];
        if( !FileFFMPEG::get_ff_option("cin_quality", asset->ff_video_options, value) ) {