From b1e78594faed95af00c0baace7ef02f735ae4710 Mon Sep 17 00:00:00 2001 From: TangoCash Date: Mon, 15 Oct 2018 22:13:39 +0200 Subject: [PATCH] libeplayer3-arm: fix h265 playback Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/2024f58f21d8d4f4e29d68af004c82ef0ffc46e9 Author: TangoCash Date: 2018-10-15 (Mon, 15 Oct 2018) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- libeplayer3-arm/container/container_ffmpeg.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libeplayer3-arm/container/container_ffmpeg.c b/libeplayer3-arm/container/container_ffmpeg.c index 59fa887..769fe56 100644 --- a/libeplayer3-arm/container/container_ffmpeg.c +++ b/libeplayer3-arm/container/container_ffmpeg.c @@ -894,6 +894,7 @@ static void FFMPEGThread(Context_t *context) avOut.width = videoTrack->width; avOut.height = videoTrack->height; avOut.type = "video"; + avOut.infoFlags = 0; if (avContextTab[cAVIdx]->iformat->flags & AVFMT_TS_DISCONT) {