mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-12-03 00:36:44 +00:00
flvdec: update AVFormatContext.event_flags with METADATA_UPDATED whenever metadata changes.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
parent
93c04e095d
commit
0f789322ef
@ -498,6 +498,7 @@ static int amf_parse_object(AVFormatContext *s, AVStream *astream,
|
||||
!strcmp(key, "datastream"))
|
||||
return 0;
|
||||
|
||||
s->event_flags |= AVFMT_EVENT_FLAG_METADATA_UPDATED;
|
||||
if (amf_type == AMF_DATA_TYPE_BOOL) {
|
||||
av_strlcpy(str_val, num_val > 0 ? "true" : "false",
|
||||
sizeof(str_val));
|
||||
|
Loading…
Reference in New Issue
Block a user