~ubuntu-branches/ubuntu/trusty/me-tv/trusty

« back to all changes in this revision

Viewing changes to src/mpeg_stream.h

  • Committer: Bazaar Package Importer
  • Author(s): Teis Dreijer
  • Date: 2010-02-14 11:29:00 UTC
  • mfrom: (1.1.11 upstream) (3.1.10 sid)
  • Revision ID: james.westby@ubuntu.com-20100214112900-krutrmpz248vz1ji
Tags: 1.1.6-2
* Updated debian/control
  - Removed libgnomem-2.6-dev and libgnomeuimm-2.6-dev
    from Build-Depends (Closes: #568782)
  - Added libgconfmm-2.6-dev to Build-Depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#define STREAM_TYPE_MPEG4               0x10
27
27
#define STREAM_TYPE_H264                0x1B
28
28
#define STREAM_TYPE_AUDIO_MPEG4 0x11
 
29
#define STREAM_TYPE_VIDEO               0x80
29
30
#define STREAM_TYPE_AUDIO_AC3   0x81
30
31
 
31
32
#include <linux/dvb/frontend.h>