mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:21:11 +01:00
flv: Do not export datastream as metadata
It is used internally.
This commit is contained in:
parent
92ed83e393
commit
0a9425d7cf
1 changed files with 2 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue