From a35ea9616410d7c7dc8320aadca215442d51554a Mon Sep 17 00:00:00 2001 From: tobigun Date: Thu, 23 Dec 2010 11:04:13 +0000 Subject: Path class implemented for full unicode support git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2770 b956fd51-792f-4845-bead-9b4dfca2ff2c --- mediaplugin/src/mediaplugins/ffmpeg/ffmpeg_video_decode.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mediaplugin/src/mediaplugins/ffmpeg/ffmpeg_video_decode.h') diff --git a/mediaplugin/src/mediaplugins/ffmpeg/ffmpeg_video_decode.h b/mediaplugin/src/mediaplugins/ffmpeg/ffmpeg_video_decode.h index addf2a82..59a46267 100644 --- a/mediaplugin/src/mediaplugins/ffmpeg/ffmpeg_video_decode.h +++ b/mediaplugin/src/mediaplugins/ffmpeg/ffmpeg_video_decode.h @@ -71,7 +71,7 @@ private: bool decodeFrame(); void synchronizeTime(AVFrame *frame, double &pts); - bool _open(const IPath &filename, videoFrameFormat_t format); + bool _open(const Path &filename, videoFrameFormat_t format); void close(); public: @@ -79,7 +79,7 @@ public: close(); } - static FFmpegVideoDecodeStream* open(const IPath &filename, videoFrameFormat_t format); + static FFmpegVideoDecodeStream* open(const Path &filename, videoFrameFormat_t format); virtual void setLoop(bool enable); virtual bool getLoop(); -- cgit v1.2.3