view gxf.h @ 1263:cf88f6719743 libavformat

total_size should be 64bit (1 hunk of the asf seeking patch from DrDivx / Steve Lhomme)
author michael
date Wed, 23 Aug 2006 16:24:39 +0000
parents 5b04d98e11bb
children 8bf9be9bb107
line wrap: on
line source

#ifndef FFMPEG_GXF_H
#define FFMPEG_GXF_H

/* gxf.c */
typedef enum {
    PKT_MAP = 0xbc,
    PKT_MEDIA = 0xbf,
    PKT_EOS = 0xfb,
    PKT_FLT = 0xfc,
    PKT_UMF = 0xfd
} pkt_type_t;

#endif /* FFMPEG_GXF_H */