~ubuntu-branches/ubuntu/trusty/libav/trusty

« back to all changes in this revision

Viewing changes to cmdutils.c

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler, Jonas Smedegaard, Reinhard Tartler
  • Date: 2013-03-02 14:34:27 UTC
  • mfrom: (1.5.6)
  • mto: (1.3.35 sid)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: package-import@ubuntu.com-20130302143427-wdmprnbkkccte051
Tags: 6:9.3-1
[ Jonas Smedegaard ]
* Stop using CDBS.

[ Reinhard Tartler ]
* Imported Upstream version 9.2 (never uploaded, though)
* Imported Upstream version 9.3:
  - Fixes CVE-2013-0894
* drop 02-fix-build-on-non-armv5te.patch, merged upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1568
1568
    /* XXX this shouldn't be needed, but some tests break without this line
1569
1569
     * those decoders are buggy and need to be fixed.
1570
1570
     * the following tests fail:
1571
 
     * cdgraphics, ansi, aasc, fraps-v1, qtrle-1bit
 
1571
     * cdgraphics, ansi
1572
1572
     */
1573
1573
    memset(buf->base[0], 128, ret);
1574
1574