From f316c9f73a63df12def9a640038bd526c470f5fd Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Tue, 3 Sep 2013 17:04:32 +0100 Subject: stop blocking on audio analysis --- rotord/src/libavwrapper.h | 1 + 1 file changed, 1 insertion(+) (limited to 'rotord/src/libavwrapper.h') diff --git a/rotord/src/libavwrapper.h b/rotord/src/libavwrapper.h index ea2e0c6..6ae6bd2 100755 --- a/rotord/src/libavwrapper.h +++ b/rotord/src/libavwrapper.h @@ -112,6 +112,7 @@ namespace libav { bool readNextFrame(int targetFrameIndex = 0); bool readNextFrameWithPacket(int targetFrameIndex, AVPacket& packet, AVFrame* pYuv); int seekToFrame(int targetFrameIndex = 0); + int seekToFrameNew(int targetFrameIndex = 0); // make certain members public, for use by Fast3DTexture class AVFrame *pFrameRGB; -- cgit v1.2.3