summaryrefslogtreecommitdiff
path: root/libavformat/flvdec.c
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2013-09-16 18:09:12 +0200
committerLuca Barbato <lu_zero@gentoo.org>2013-09-16 19:36:37 +0200
commit0a9425d7cfdf0113c3d32096c9406823efe0cd0a (patch)
tree492ec4f395d98502a0a4ef390a26b85e9d7ad6ec /libavformat/flvdec.c
parent92ed83e393d25b6d15920e90d56ee77de54a9728 (diff)
flv: Do not export datastream as metadata
It is used internally.
Diffstat (limited to 'libavformat/flvdec.c')
-rw-r--r--libavformat/flvdec.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavformat/flvdec.c b/libavformat/flvdec.c
index 8ed724b0ff..b8feeaf909 100644
--- a/libavformat/flvdec.c
+++ b/libavformat/flvdec.c
@@ -492,7 +492,8 @@ static int amf_parse_object(AVFormatContext *s, AVStream *astream,
!strcmp(key, "audiosamplerate") ||
!strcmp(key, "audiosamplesize") ||
!strcmp(key, "stereo") ||
- !strcmp(key, "audiocodecid"))
+ !strcmp(key, "audiocodecid") ||
+ !strcmp(key, "datastream"))
return 0;
if (amf_type == AMF_DATA_TYPE_BOOL) {