~ubuntu-branches/ubuntu/feisty/avidemux/feisty

« back to all changes in this revision

Viewing changes to avidemux/ADM_openDML/ADM_openDML.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2006-12-15 17:13:20 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20061215171320-w79pvpehxx2fr217
Tags: 1:2.3.0-0.0ubuntu1
* Merge from debian-multimedia.org, remaining Ubuntu change:
  - desktop file,
  - no support for ccache and make -j.
* Closes Ubuntu: #69614.

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
          uint8_t                       _reordered;     /// set to DTS ?
89
89
          
90
90
          
91
 
          
 
91
          char                         *myName;
92
92
          uint32_t                      countAudioTrack( void );
93
93
          uint32_t                      searchAudioTrack(uint32_t which);
94
94
          // _____________________________________________
137
137
 
138
138
virtual         WAVHeader       *getAudioInfo(void ); 
139
139
virtual         uint8_t         getAudioStream(AVDMGenericAudioStream **audio);
140
 
virtual         uint8_t         getAudioStreamsInfo(uint32_t *nbStreams, uint32_t **infos);
 
140
virtual         uint8_t         getAudioStreamsInfo(uint32_t *nbStreams, audioInfo **infos);
141
141
virtual         uint8_t         changeAudioStream(uint32_t newstream);
142
142
                uint32_t        getCurrentAudioStreamNumber(void) { return _currentAudioTrack;}
143
143
// Frames