]> git.sesse.net Git - nageru/commit
Support x264 >= 153.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 31 Aug 2018 20:13:45 +0000 (22:13 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 31 Aug 2018 20:13:45 +0000 (22:13 +0200)
commit60bb3e298549d83fa62a7d140e0fce2856048811
tree0f117f4108093a00c54e5e24f10fac696913207d
parentb973bd3828a729a7a2c12bba4e4927300987dd23
Support x264 >= 153.

Newer versions of x264 support multiple bit depths in one library,
so we don't need to load dynamically anymore. (On the other hand,
there's a new parameter we need to set.) Keep the old code around
for the time being, though, since we'd like to keep supporting
stretch for now.
x264_dynamic.cpp
x264_encoder.cpp