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) {