1. 10 Feb, 2015 1 commit
    • wm4's avatar
      avutil: check pixdescs in a different place · 92e3a6fd
      wm4 authored
      Doing this check in avutil_version() is not appropriate. Also, this code
      is by default disabled (--assert-level is by default 0). A FATE run with
      defaults will never execute the checks.
      
      Move it to the pixelutils test program. Whatever reason there was in
      avutil_version() not to run this test by default, it should be fine in
      this test program. This means FATE will run the test by default. (Yes,
      pixelutils is not strictly the best place for it either, but it's
      better.)
      
      (pixdesc.c also has a small test program, but it's never run by FATE.)
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      92e3a6fd
  2. 02 Sep, 2014 1 commit
  3. 05 Aug, 2014 3 commits