~ubuntu-branches/ubuntu/raring/libav/raring

« back to all changes in this revision

Viewing changes to libavcodec/vp56.h

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2013-01-24 08:05:12 UTC
  • mfrom: (1.2.14)
  • Revision ID: package-import@ubuntu.com-20130124080512-e9c1ryhp81pw587k
Tags: 6:0.8.5-0ubuntu1
* Update to 0.8.5 to fix multiple security issues. (LP: #1104019)
  - CVE-2012-2783
  - CVE-2012-2791
  - CVE-2012-2797
  - CVE-2012-2798
  - CVE-2012-2801
  - CVE-2012-2802
  - CVE-2012-2803
  - CVE-2012-2804
  - CVE-2012-5144

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
    int16_t y;
40
40
} DECLARE_ALIGNED(4, , VP56mv);
41
41
 
 
42
#define VP56_SIZE_CHANGE 1
 
43
 
42
44
typedef void (*VP56ParseVectorAdjustment)(VP56Context *s,
43
45
                                          VP56mv *vect);
44
46
typedef void (*VP56Filter)(VP56Context *s, uint8_t *dst, uint8_t *src,