~ubuntu-branches/ubuntu/wily/totem-pl-parser/wily

« back to all changes in this revision

Viewing changes to plparse/totem-disc.h

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-03-09 13:39:14 UTC
  • mfrom: (1.4.16) (1.5.12 sid)
  • Revision ID: package-import@ubuntu.com-20120309133914-e6iab9fcyg8cmw33
Tags: 3.2.0-1
* New upstream release.
* debian/patches/01-libquvi-0.4.patch: Removed, merged upstream.
* debian/control.in: Bump (Build-)Depends on libglib2.0-dev to (>= 2.31.0).

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
  MEDIA_TYPE_DVD,
48
48
  MEDIA_TYPE_DVB
49
49
} TotemDiscMediaType;
 
50
 
 
51
/**
 
52
 * MEDIA_TYPE_NUM_TYPES: (skip)
 
53
 *
 
54
 * Number of media types
 
55
 **/
50
56
#define MEDIA_TYPE_NUM_TYPES MEDIA_TYPE_DVB + 1
51
57
 
52
58
#define MediaType TotemDiscMediaType