Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/gameengine/VideoTexture/VideoFFmpeg.h')
-rw-r--r--source/gameengine/VideoTexture/VideoFFmpeg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/gameengine/VideoTexture/VideoFFmpeg.h b/source/gameengine/VideoTexture/VideoFFmpeg.h
index 0a49a0b19bb..63a3dba4778 100644
--- a/source/gameengine/VideoTexture/VideoFFmpeg.h
+++ b/source/gameengine/VideoTexture/VideoFFmpeg.h
@@ -144,7 +144,7 @@ protected:
/// width of capture in pixel
short m_captWidth;
-
+
/// height of capture in pixel
short m_captHeight;
@@ -181,7 +181,7 @@ protected:
/// in case of caching, put the frame back in free queue
void releaseFrame(AVFrame* frame);
- /// start thread to load the video file/capture/stream
+ /// start thread to load the video file/capture/stream
bool startCache();
void stopCache();
@@ -211,7 +211,7 @@ private:
inline VideoFFmpeg *getFFmpeg(PyImage *self)
{
- return static_cast<VideoFFmpeg*>(self->m_image);
+ return static_cast<VideoFFmpeg*>(self->m_image);
}
#endif /* WITH_FFMPEG */