Commit 0a9425d7 authored by Luca Barbato's avatar Luca Barbato

flv: Do not export datastream as metadata

It is used internally.
parent 92ed83e3
......@@ -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) {
......
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