Commit 56c8e044 authored by smorlat's avatar smorlat
Browse files

disable codecs that have no encoders in ffmpeg.

git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@497 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
parent bc778cb3
No related merge requests found
Showing with 2 additions and 8 deletions
......@@ -45,8 +45,8 @@ static bool_t avcodec_initialized=FALSE;
void ms_ffmpeg_log_callback(void* ptr, int level, const char* fmt, va_list vl)
{
static char message[8192];
static char message[8192];
vsnprintf(message, sizeof message, fmt, vl);
ms_message(message);
}
......@@ -746,9 +746,3 @@ void __register_ffmpeg_encoders_if_possible(void){
ms_filter_register(&ms_snow_enc_desc);
}
/*
MS_FILTER_DESC_EXPORT(ms_mpeg4_enc_desc)
MS_FILTER_DESC_EXPORT(ms_h263_enc_desc)
MS_FILTER_DESC_EXPORT(ms_h263_old_enc_desc)
MS_FILTER_DESC_EXPORT(ms_snow_enc_desc)
*/
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment