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

« back to all changes in this revision

Viewing changes to gst-libs/ext/ffmpeg/libavformat/mpeg.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_MPEG_H
23
 
#define FFMPEG_MPEG_H
 
22
#ifndef AVFORMAT_MPEG_H
 
23
#define AVFORMAT_MPEG_H
24
24
 
25
25
#include <stdint.h>
26
 
#include "intreadwrite.h"
 
26
#include "libavutil/intreadwrite.h"
27
27
 
28
28
#define PACK_START_CODE             ((unsigned int)0x000001ba)
29
29
#define SYSTEM_HEADER_START_CODE    ((unsigned int)0x000001bb)
69
69
             AV_RB16(buf+3) >> 1;
70
70
}
71
71
 
72
 
#endif /* FFMPEG_MPEG_H */
 
72
#endif /* AVFORMAT_MPEG_H */