You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
flv: Do not export datastream as metadata
It is used internally.
This commit is contained in:
@@ -492,7 +492,8 @@ static int amf_parse_object(AVFormatContext *s, AVStream *astream,
|
|||||||
!strcmp(key, "audiosamplerate") ||
|
!strcmp(key, "audiosamplerate") ||
|
||||||
!strcmp(key, "audiosamplesize") ||
|
!strcmp(key, "audiosamplesize") ||
|
||||||
!strcmp(key, "stereo") ||
|
!strcmp(key, "stereo") ||
|
||||||
!strcmp(key, "audiocodecid"))
|
!strcmp(key, "audiocodecid") ||
|
||||||
|
!strcmp(key, "datastream"))
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
if (amf_type == AMF_DATA_TYPE_BOOL) {
|
if (amf_type == AMF_DATA_TYPE_BOOL) {
|
||||||
|
Reference in New Issue
Block a user