Added codec id for QCELP.
[FFMpeg-mirror/ordered_chapters.git] / libavformat / gxf.h
blobb23dfd86a00ae4896a02d63b6e6d39e2e8423e1e
1 #ifndef FFMPEG_GXF_H
2 #define FFMPEG_GXF_H
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;
13 #endif /* FFMPEG_GXF_H */