]> git.sesse.net Git - ffmpeg/commit
libvpxenc: add static-thresh private option
authorAnton Khirnov <anton@khirnov.net>
Wed, 8 Oct 2014 10:49:11 +0000 (10:49 +0000)
committerAnton Khirnov <anton@khirnov.net>
Sat, 18 Oct 2014 03:28:03 +0000 (05:28 +0200)
commit685be3d1aecf965281128f3b631ed965bcfa754d
tree7810bfad50f22989fb074c7b804b8e0cbeaa7705
parent59b55c494e01de09dfd7cbf9cbbe7223265ac283
libvpxenc: add static-thresh private option

Currently, this option is accessed through AVCodecContext.mb_threshold,
which originally controlled reusing MB data when transcoding mpeg to
mpeg. Since the libvpx meaning is completely different from the original
mpegvideo meaning, it is better to use a separate private option for
this.
libavcodec/libvpxenc.c