]> granicus.if.org Git - libvpx/commit
vpxdec.sh: Refactor vpxdec().
authorTom Finegan <tomfinegan@google.com>
Thu, 31 Jul 2014 03:47:55 +0000 (20:47 -0700)
committerTom Finegan <tomfinegan@google.com>
Thu, 31 Jul 2014 03:52:59 +0000 (20:52 -0700)
commit06b64c5bc51dfc2f9404ff6c16e335b8fd00fe87
tree0049931b2fe284fb52a6eca0445f933d1f062e50
parent6e0748e1423270b5b57177ee8941fa890d217b50
vpxdec.sh: Refactor vpxdec().

- Split vpxdec wrapper function into vpxdec() and vpxdec_pipe().
- Remove hard coded --noblit and --summary arguments from
  the wrappers in favor of shifting off the first argument (the
  input file) and passing all remaining parameters to vpxdec.
- Add --noblit and --summary args to existing tests, and update the
  pipe input test to use vpxdec_pipe().

Change-Id: Ia390a9990eace793058b3603ada733fb878eb78c
test/vpxdec.sh