revid/revid.go: create constants for MOG filter arguments

Issue #210 resolved
Saxon Milton created an issue

On initialisation of our MOG filer:

r.filter = filter.NewMOGFilter(r.encoders, 25, 20, 500, 3, true)

We should be using constants for the integer arguments.

Comments (2)

  1. Log in to comment