~ubuntu-branches/ubuntu/hardy/avidemux/hardy

« back to all changes in this revision

Viewing changes to avidemux/ADM_audiocodec/avdm_mad.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:
1
 
/*
2
 
        Header file for the mad MP3 engine
3
 
        Mean
4
 
 
5
 
*/
6
 
#ifndef          PACKAGE
7
 
          #error config.h not included
8
 
#endif
9
 
#if 0
10
 
#ifdef USE_MP3
11
 
uint8_t AVDM_MadEnd(void);
12
 
uint8_t AVDM_MadInit(void);
13
 
uint8_t AVDM_MadRun(    uint8_t *ptr,
14
 
                                                                                        uint32_t nbIn,
15
 
                                                                                        uint8_t *outptr,
16
 
                                                                                        uint32_t *nbOut );
17
 
 
18
 
 
19
 
#endif
20
 
#endif