summaryrefslogtreecommitdiff
path: root/libavformat/gxf.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/gxf.h')
-rw-r--r--libavformat/gxf.h13
1 files changed, 13 insertions, 0 deletions
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 */