Rename the MKV_WRITER filter into MKV_RECORDER

This commit is contained in:
François Grisez 2014-06-24 13:22:10 +02:00
parent ae4298faaf
commit 960253d058
2 changed files with 2 additions and 2 deletions

View file

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