Skip to content

Commit

Permalink
Fix multiple content metadata bug (but without compilation error this…
Browse files Browse the repository at this point in the history
… time)
  • Loading branch information
simon987 committed Feb 20, 2022
1 parent edba9b7 commit 2882741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third-party/libscan/libscan/media/media.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 2882741

Please sign in to comment.