libeplayer3-arm: fix h265 playback

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
TangoCash
2018-10-15 22:13:39 +02:00
committed by Thilo Graf
parent 3057e3aa4d
commit 1a2fd80b53

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