~ubuntu-branches/debian/sid/gstreamer0.10-ffmpeg/sid

« back to all changes in this revision

Viewing changes to gst-libs/ext/ffmpeg/libavcodec/mpeg4audio.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-02-22 12:24:07 UTC
  • mfrom: (1.1.24 jaunty)
  • Revision ID: james.westby@ubuntu.com-20090222122407-nubojphrd84klmee
Tags: 0.10.6-3
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20
20
 */
21
21
 
22
 
#ifndef FFMPEG_MPEG4AUDIO_H
23
 
#define FFMPEG_MPEG4AUDIO_H
 
22
#ifndef AVCODEC_MPEG4AUDIO_H
 
23
#define AVCODEC_MPEG4AUDIO_H
24
24
 
25
25
#include <stdint.h>
26
26
 
46
46
 */
47
47
int ff_mpeg4audio_get_config(MPEG4AudioConfig *c, const uint8_t *buf, int buf_size);
48
48
 
49
 
#endif /* FFMPEG_MPEGAUDIO_H */
 
49
#endif /* AVCODEC_MPEG4AUDIO_H */