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

« back to all changes in this revision

Viewing changes to gst-libs/ext/ffmpeg/libavcodec/mpeg12data.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
 * MPEG1/2 tables.
26
26
 */
27
27
 
28
 
#ifndef FFMPEG_MPEG12DATA_H
29
 
#define FFMPEG_MPEG12DATA_H
 
28
#ifndef AVCODEC_MPEG12DATA_H
 
29
#define AVCODEC_MPEG12DATA_H
30
30
 
31
31
#include <stdint.h>
32
 
#include "rational.h"
 
32
#include "libavutil/rational.h"
33
33
#include "rl.h"
34
34
 
35
35
extern const uint16_t ff_mpeg1_default_intra_matrix[64];
53
53
extern const float ff_mpeg1_aspect[16];
54
54
extern const AVRational ff_mpeg2_aspect[16];
55
55
 
56
 
#endif /* FFMPEG_MPEG12DATA_H */
 
56
#endif /* AVCODEC_MPEG12DATA_H */