libeplayer3-arm: fix h265 playback

Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Branch: master
Commit: 1a2fd80b53
Author: TangoCash <eric@loxat.de>
Date: 2018-10-15 (Mon, 15 Oct 2018)



------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2018-10-15 22:13:39 +02:00
committed by Thilo Graf
parent c5557de8ca
commit 9e8b055e59

View File

@@ -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)
{