projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a8958c
)
Register some additional AMF types in libavformat/flv.h
author
Kostya Shishkov
<kostya.shishkov@gmail.com>
Tue, 21 Jul 2009 07:18:14 +0000
(07:18 +0000)
committer
Kostya Shishkov
<kostya.shishkov@gmail.com>
Tue, 21 Jul 2009 07:18:14 +0000
(07:18 +0000)
Originally committed as revision 19476 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/flv.h
patch
|
blob
|
blame
|
history
diff --git
a/libavformat/flv.h
b/libavformat/flv.h
index
f3888b9
..
3e7a9a5
100644
(file)
--- a/
libavformat/flv.h
+++ b/
libavformat/flv.h
@@
-105,8
+105,10
@@
typedef enum {
AMF_DATA_TYPE_UNDEFINED = 0x06,
AMF_DATA_TYPE_REFERENCE = 0x07,
AMF_DATA_TYPE_MIXEDARRAY = 0x08,
+ AMF_DATA_TYPE_OBJECT_END = 0x09,
AMF_DATA_TYPE_ARRAY = 0x0a,
AMF_DATA_TYPE_DATE = 0x0b,
+ AMF_DATA_TYPE_LONG_STRING = 0x0c,
AMF_DATA_TYPE_UNSUPPORTED = 0x0d,
} AMFDataType;