mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
libeplayer3-arm: fix h265 playback
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user