Commit 22f79a2d authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '0a9425d7'

* commit '0a9425d7':
  flv: Do not export datastream as metadata
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents a275ff7e 0a9425d7
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment