mirror of
https://github.com/mpv-player/mpv
synced 2024-11-11 00:15:33 +01:00
parent
2a70140ba8
commit
9e15e3ad8f
@ -4440,7 +4440,7 @@ static void visit_meta(struct demuxer *demuxer, void *ctx,
|
|||||||
static void visit_detect(void *ctx, void *ta, char **s)
|
static void visit_detect(void *ctx, void *ta, char **s)
|
||||||
{
|
{
|
||||||
char **all = ctx;
|
char **all = ctx;
|
||||||
abort();
|
|
||||||
if (*s)
|
if (*s)
|
||||||
*all = talloc_asprintf_append_buffer(*all, "%s\n", *s);
|
*all = talloc_asprintf_append_buffer(*all, "%s\n", *s);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user