~ubuntu-branches/ubuntu/raring/gst-libav1.0/raring-proposed

« back to all changes in this revision

Viewing changes to gst-libs/ext/libav/libavcodec/vp56.h

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2013-03-22 18:30:16 UTC
  • mfrom: (13.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20130322183016-j9g41he8zscizfsj
Tags: 1.0.6-1
New upstream bugfix release.

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,