mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Rename the MKV_WRITER filter into MKV_RECORDER
This commit is contained in:
parent
ae4298faaf
commit
960253d058
2 changed files with 2 additions and 2 deletions
|
|
@ -1531,7 +1531,7 @@ const char ** linphone_core_get_supported_file_formats(LinphoneCore *core){
|
|||
if (core->supported_formats==NULL){
|
||||
core->supported_formats=ms_malloc0(3*sizeof(char*));
|
||||
core->supported_formats[0]=wav;
|
||||
if (ms_factory_lookup_filter_by_id(ms_factory_get_fallback(),MS_MKV_WRITER_ID)){
|
||||
if (ms_factory_lookup_filter_by_id(ms_factory_get_fallback(),MS_MKV_RECORDER_ID)){
|
||||
core->supported_formats[1]=mkv;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit a7846bc24f3e5bb1cc89faf879f6d64638665585
|
||||
Subproject commit c9c8032530fd21361cfbe03953fcb20d002dcad5
|
||||
Loading…
Add table
Reference in a new issue