Merge pull request #29 from HellKeeper62/master

Patch to fix the video issue
This commit is contained in:
irtimmer
2014-08-04 22:29:12 +02:00

View File

@@ -44,6 +44,7 @@ public abstract class AbstractVideoRenderer implements VideoDecoderRenderer {
dataSize = 0; dataSize = 0;
last = System.currentTimeMillis(); last = System.currentTimeMillis();
} }
depacketizer.freeDecodeUnit(decodeUnit);
} catch (InterruptedException ex) { } } catch (InterruptedException ex) { }
} }
} }