diff options
| author | Comment <tim@gray.(none)> | 2013-07-03 03:04:47 +0100 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-07-03 03:04:47 +0100 |
| commit | 379251337ac5806cf98047c3fc308d932b1aefab (patch) | |
| tree | 5ff932df86fec52543541129db7825a1c1e50934 /rotord/libavwrapper.cpp | |
| parent | d77afa02389ecaf1858c94e80530345610907a28 (diff) | |
found a major bug in render timeline
Diffstat (limited to 'rotord/libavwrapper.cpp')
| -rwxr-xr-x | rotord/libavwrapper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
