mirror of
https://github.com/sist2app/sist2.git
synced 2026-03-24 09:31:36 +00:00
Fix multiple content metadata bug (but without compilation error this time)
This commit is contained in:
2
third-party/libscan/libscan/media/media.c
vendored
2
third-party/libscan/libscan/media/media.c
vendored
@@ -558,7 +558,7 @@ void parse_media_format_ctx(scan_media_ctx_t *ctx, AVFormatContext *pFormatCtx,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (audio_stream != -1) {
|
if (audio_stream != -1) {
|
||||||
append_audio_meta(pFormatCtx, doc);
|
append_audio_meta(ctx, pFormatCtx, doc);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (video_stream != -1 && ctx->tn_count > 0) {
|
if (video_stream != -1 && ctx->tn_count > 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user