summaryrefslogtreecommitdiff
path: root/src/internal/video/kitvideo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/video/kitvideo.c')
-rw-r--r--src/internal/video/kitvideo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/internal/video/kitvideo.c b/src/internal/video/kitvideo.c
index d0dd74b..7b0d1de 100644
--- a/src/internal/video/kitvideo.c
+++ b/src/internal/video/kitvideo.c
@@ -262,7 +262,6 @@ int Kit_GetVideoDecoderData(Kit_Decoder *dec, SDL_Texture *texture) {
return 0;
} else if(packet->pts < sync_ts - KIT_VIDEO_SYNC_THRESHOLD) {
// Video is lagging, skip until we find a good PTS to continue from.
- LOG("V LAG %f < %f\n", packet->pts, sync_ts - KIT_VIDEO_SYNC_THRESHOLD);
Kit_AdvanceDecoderOutput(dec);
while(packet != NULL) {
next_packet = Kit_PeekDecoderOutput(dec);