Commit 2ee2392f authored by Ilkka Ollakka's avatar Ilkka Ollakka Committed by Ilkka Ollakka

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

(cherry picked from commit 7b93afedd622c26a7210859da4d078954d932f61)
Signed-off-by: default avatarIlkka Ollakka <ileoo@iki.fi>
parent ca0223c8
......@@ -590,12 +590,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