libeplayer3-arm: fix h265 playback

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


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2018-10-15 22:13:39 +02:00
committed by max_10
parent 922072dc6c
commit b1e78594fa

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