vpxenc: add deterministic output option
authorJohn Koleszar <jkoleszar@google.com>
Tue, 26 Oct 2010 20:22:22 +0000 (16:22 -0400)
committerJohn Koleszar <jkoleszar@google.com>
Tue, 26 Oct 2010 20:22:22 +0000 (16:22 -0400)
commit75afcee962c660b6fcd82e0eb8b1762aadee584f
treeb01cd3249eeb1294084b32fa2b50623286360038
parentad760b9660323e4febb27496f5fb8de86399853c
vpxenc: add deterministic output option

By baking the version number into the output file, a hash of the file
will vary from commit to commit, even if the output is otherwise bit
exact. Add a -D option to suppress this behavior, for use when
bisecting or other debugging.

Change-Id: I5089a8ce5719920ffaf47620fa9069b81fa15673
vpxenc.c