~noskcaj/ubuntu/trusty/libextractor/merge

« back to all changes in this revision

Viewing changes to src/plugins/qtextractor.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-11-17 20:27:32 UTC
  • mfrom: (1.10.4 upstream) (5.2.5 sid)
  • Revision ID: james.westby@ubuntu.com-20091117202732-ipm2h3gks5bdw2vx
Tags: 0.5.23+dfsg-3
* Building against libltdl7.
* Updating to standards version 3.8.3.
* Adding maintainer homepage field to control.
* Marking maintainer homepage field to be also included in binary
  packages and changelog.
* Adding README.source.
* Simplifying autotools handling in rules.
* Updating README.source.
* Moving maintainer homepage field from control to copyright.
* Dropping la files.
* Simplyfing debhelper install files.
* Bumping versioned build-depends on debhelper.
* Adding depends to dpkg install info.

Show diffs side-by-side

added added

removed removed

Lines of Context:
538
538
{
539
539
  short integer;
540
540
  short fraction;
541
 
} Fixed;
 
541
} QTFixed;
542
542
 
543
543
typedef struct
544
544
{
557
557
  unsigned short alternate_group;
558
558
  unsigned short volume;
559
559
  unsigned short reserved_3;
560
 
  Fixed matrix[3][3];
561
 
  /* in pixels */
562
 
  Fixed track_width;
563
 
  /* in pixels */
564
 
  Fixed track_height;
 
560
  QTFixed matrix[3][3];
 
561
  /* in pixels */
 
562
  QTFixed track_width;
 
563
  /* in pixels */
 
564
  QTFixed track_height;
565
565
} TrackAtom;
566
566
 
567
567
static int