repo.or.cz
/
FFMpeg-mirror
/
ordered_chapters.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added codec id for QCELP.
[FFMpeg-mirror/ordered_chapters.git]
/
libavformat
/
gxf.h
blob
b23dfd86a00ae4896a02d63b6e6d39e2e8423e1e
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 */