demux: remove debug abort()

WHAT THE FUCK

Fixes: #7279
This commit is contained in:
wm4 2019-12-22 04:56:51 +01:00
parent 2a70140ba8
commit 9e15e3ad8f
1 changed files with 1 additions and 1 deletions

View File

@ -4440,7 +4440,7 @@ static void visit_meta(struct demuxer *demuxer, void *ctx,
static void visit_detect(void *ctx, void *ta, char **s)
{
char **all = ctx;
abort();
if (*s)
*all = talloc_asprintf_append_buffer(*all, "%s\n", *s);
}