Commit 7b93afed authored by Ilkka Ollakka's avatar Ilkka Ollakka

avcodec: disable vp8-encoder options until it's in ffmpeg

parent ec8a62c7
......@@ -604,12 +604,14 @@ int OpenEncoder( vlc_object_t *p_this )
p_context->rc_min_rate = p_enc->fmt_out.i_bitrate / 200;
#if 0 /* enable when/if vp8 encoder is accepted in libavcodec */
p_context->lag = 16;
p_context->level = 216;
p_context->profile = 0;
p_context->rc_buffer_aggressivity = 0.95;
p_context->token_partitions = 4;
p_context->mb_static_threshold = 0;
#endif
}
#endif
......
Markdown is supported
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