summaryrefslogtreecommitdiff
path: root/libavformat/flvdec.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-09-17 11:43:58 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-09-17 11:44:02 +0200
commit22f79a2d605f3c3b36bb05e9609ff3a3dc27d1f9 (patch)
treedf8816f0e4209a77e6c366037257448375737d61 /libavformat/flvdec.c
parenta275ff7e010a7fd5899014353996ef3154f3341d (diff)
parent0a9425d7cfdf0113c3d32096c9406823efe0cd0a (diff)
Merge commit '0a9425d7cfdf0113c3d32096c9406823efe0cd0a'
* commit '0a9425d7cfdf0113c3d32096c9406823efe0cd0a': flv: Do not export datastream as metadata Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 6b0d2dfc16..9a5ca872b1 100644
--- a/libavformat/flvdec.c
+++ b/libavformat/flvdec.c
@@ -504,7 +504,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) {