]> granicus.if.org Git - libvpx/commit
test/vpxenc.sh: Convert vpxenc() to a simple wrapper.
authorTom Finegan <tomfinegan@google.com>
Fri, 8 Aug 2014 03:08:28 +0000 (20:08 -0700)
committerTom Finegan <tomfinegan@google.com>
Fri, 8 Aug 2014 22:06:53 +0000 (15:06 -0700)
commit8b83d15da345e32925ff1d527db706ac4f32900a
tree13f9de0382dae79bb60c9040b49e2f0d76f0544c
parent57de34de44b4a7f2e3328791a68acde6b8a17e70
test/vpxenc.sh: Convert vpxenc() to a simple wrapper.

- Split vpxenc() into vpxenc() and vpxenc_pipe().
- Drop all but one positional param (the input file) in favor
  of passing args directly to vpxenc.
- Add an extra lossless test that explicitly sets min-q and
  max-q to 0.

Change-Id: I7d5f7b495f8b9447388c5f459bc9f6de2214caf2
test/vpxenc.sh