From 86329cce041444332317f517cd6b55f089cdfe50 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Wed, 19 Jul 2006 09:38:22 +0000 Subject: GXF muxer Originally committed as revision 5787 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/gxf.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 libavformat/gxf.h (limited to 'libavformat/gxf.h') diff --git a/libavformat/gxf.h b/libavformat/gxf.h new file mode 100644 index 0000000000..b23dfd86a0 --- /dev/null +++ b/libavformat/gxf.h @@ -0,0 +1,13 @@ +#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 */ -- cgit v1.2.3