summaryrefslogtreecommitdiff
path: root/libavformat/swf.h
diff options
context:
space:
mode:
authorMichael Bradshaw <mbradshaw@sorensonmedia.com>2012-10-11 19:48:44 -0600
committerMichael Niedermayer <michaelni@gmx.at>2012-10-12 17:37:34 +0200
commita41c824c539cc1fe79b3afd9393a91d22a8065da (patch)
tree75781289b6793195c777cae791fc47e8d8bd476d /libavformat/swf.h
parenta51540d81167547f1c7c2b8f545c246711611071 (diff)
Parse DEFINESOUND tags in swf (fix ticket 1638)
Signed-off-by: Michael Bradshaw <mbradshaw@sorensonmedia.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/swf.h')
-rw-r--r--libavformat/swf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/swf.h b/libavformat/swf.h
index 5f0d486233..4e8f877b67 100644
--- a/libavformat/swf.h
+++ b/libavformat/swf.h
@@ -44,6 +44,7 @@
#define TAG_FREECHARACTER 3
#define TAG_PLACEOBJECT 4
#define TAG_REMOVEOBJECT 5
+#define TAG_DEFINESOUND 14
#define TAG_STREAMHEAD 18
#define TAG_STREAMBLOCK 19
#define TAG_JPEG2 21