From f780dc1d2efdf9061f5b0df3f31998fd1a84ae12 Mon Sep 17 00:00:00 2001 From: max_10 Date: Sat, 30 Dec 2017 13:48:41 +0100 Subject: [PATCH] armbox eplayer: noprobe for ts (thx DboxOldie) Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/db374e2225ffcd6408615248cd41852f49157720 Author: max_10 Date: 2017-12-30 (Sat, 30 Dec 2017) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- libeplayer3-arm/playback/playback.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libeplayer3-arm/playback/playback.c b/libeplayer3-arm/playback/playback.c index 7c9f59a..9f1eb85 100644 --- a/libeplayer3-arm/playback/playback.c +++ b/libeplayer3-arm/playback/playback.c @@ -146,6 +146,10 @@ static int PlaybackOpen(Context_t *context, PlayFiles_t *pFiles) playback_err("Wrong extension (%s)\n", context->playback->uri + 7); return cERR_PLAYBACK_ERROR; } + else if (!strncmp("ts", extension, 2)) + { + context->playback->noprobe = 1; + } } else if (strstr(uri, "://")) {