• Anton Khirnov's avatar
    libvpxenc: add static-thresh private option · 685be3d1
    Anton Khirnov authored
    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.
    685be3d1
libvpxenc.c 25.4 KB