~ubuntu-branches/ubuntu/breezy/kdemultimedia/breezy

« back to all changes in this revision

Viewing changes to mpeglib/lib/mpegplay/mpegVideoStream.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2005-03-24 04:48:58 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050324044858-8ff88o9jxej6ii3d
Tags: 4:3.4.0-0ubuntu3
Add kubuntu_02_hide_arts_menu_entries.diff to hide artsbuilder and artscontrol k-menu entries

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
#ifndef __MPEGVIDEOSTREAM_H
18
18
#define __MPEGVIDEOSTREAM_H
19
19
 
20
 
#include <iostream.h>
21
20
#include "startCodes.h"
22
21
#include "mpegVideoHeader.h"
23
22
#include "mpegSystemStream.h"
27
26
 
28
27
/**
29
28
   A really ugly class. Most of the methods have names
30
 
   which does not make it clear for what they are usefull.
 
29
   which does not make it clear for what they are useful.
31
30
   (Don't touch a running system :-)
32
31
 
33
32
   We wrap the inputStream and offer functions for getting
51
50
  MpegVideoStream(InputStream* input);
52
51
  ~MpegVideoStream();
53
52
 
54
 
  // returns true if init successfull
 
53
  // returns true if init successful
55
54
  int firstInitialize(MpegVideoHeader* mpegHeader);
56
55
  int nextGOP();
57
56
  int nextPIC();