From 379251337ac5806cf98047c3fc308d932b1aefab Mon Sep 17 00:00:00 2001 From: Comment Date: Wed, 3 Jul 2013 03:04:47 +0100 Subject: found a major bug in render timeline --- rotord/libavwrapper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rotord/libavwrapper.cpp') diff --git a/rotord/libavwrapper.cpp b/rotord/libavwrapper.cpp index 0142e8f..97315a6 100755 --- a/rotord/libavwrapper.cpp +++ b/rotord/libavwrapper.cpp @@ -368,7 +368,7 @@ bool libav::decoder::readNextFrameWithPacket(int targetFrameIndex, AVPacket& pac avpicture_fill( (AVPicture * ) pYuv, blank, pCtx->pix_fmt,width, height ); // set to blank frame finished = 1; } -#if 0 // very useful for debugging +#if 0 // very useful for debugging, very cout << "Packet - pts:" << (int)packet.pts; cout << " dts:" << (int)packet.dts; cout << " - flag: " << packet.flags; -- cgit v1.2.3