ternava / x264

x264 Git mirror
GNU General Public License v2.0
0 stars 0 forks source link

tracing configuration options in code #1

Open ternava opened 4 years ago

ternava commented 4 years ago

To specialize the code, the first step is to be able and trace the configuration options in code. Example of configuration options are: --crf, --b-pyramid, --no-cabac, --cabac,--no-mbtree, --subme, --aq-mode, ... Based on few observations, configuration options and used preprocessor directives diverge.