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

« back to all changes in this revision

Viewing changes to gst-libs/ext/ffmpeg/libavutil/integer.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:
25
25
 * @author Michael Niedermayer <michaelni@gmx.at>
26
26
 */
27
27
 
28
 
#ifndef FFMPEG_INTEGER_H
29
 
#define FFMPEG_INTEGER_H
 
28
#ifndef AVUTIL_INTEGER_H
 
29
#define AVUTIL_INTEGER_H
30
30
 
31
31
#include <stdint.h>
32
32
#include "common.h"
81
81
 */
82
82
int64_t av_i2int(AVInteger a) av_const;
83
83
 
84
 
#endif /* FFMPEG_INTEGER_H */
 
84
#endif /* AVUTIL_INTEGER_H */