Skip to content

Add "disable_cdf_update" support

Tristan Laurent requested to merge TLaurent/dav1d:master into master

Update the cdf function on each frame and tiles only when disable_cdf_update is false. When an av1 video is encoded with aomenc, you have the possibility to disable the update of cdf function with the 'cdf-update-mode' argument.

Merge request reports