comparison gxf.h @ 1183:5b04d98e11bb libavformat

GXF muxer
author bcoudurier
date Wed, 19 Jul 2006 09:38:22 +0000
parents
children 8bf9be9bb107
comparison
equal deleted inserted replaced
1182:3fd51d88c897 1183:5b04d98e11bb
1 #ifndef FFMPEG_GXF_H
2 #define FFMPEG_GXF_H
3
4 /* gxf.c */
5 typedef enum {
6 PKT_MAP = 0xbc,
7 PKT_MEDIA = 0xbf,
8 PKT_EOS = 0xfb,
9 PKT_FLT = 0xfc,
10 PKT_UMF = 0xfd
11 } pkt_type_t;
12
13 #endif /* FFMPEG_GXF_H */