Fix multiple content metadata bug (but without compilation error this time)

This commit is contained in:
simon987 2022-02-20 10:52:22 -05:00
parent edba9b7917
commit 2882741926

View File

@ -558,7 +558,7 @@ void parse_media_format_ctx(scan_media_ctx_t *ctx, AVFormatContext *pFormatCtx,
}
if (audio_stream != -1) {
append_audio_meta(pFormatCtx, doc);
append_audio_meta(ctx, pFormatCtx, doc);
}
if (video_stream != -1 && ctx->tn_count > 0) {