Origin commit data
------------------
Branch: master
Commit: 93f13c51d7
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-10-16 (Tue, 16 Oct 2018)


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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2018-10-16 00:28:32 +02:00

View File

@@ -894,6 +894,7 @@ static void FFMPEGThread(Context_t *context)
avOut.width = videoTrack->width; avOut.width = videoTrack->width;
avOut.height = videoTrack->height; avOut.height = videoTrack->height;
avOut.type = "video"; avOut.type = "video";
avOut.infoFlags = 0;
if (avContextTab[cAVIdx]->iformat->flags & AVFMT_TS_DISCONT) if (avContextTab[cAVIdx]->iformat->flags & AVFMT_TS_DISCONT)
{ {