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:
authorAntony Riakiotakis <kalast@gmail.com>2015-06-12 12:47:37 +0300
committerAntony Riakiotakis <kalast@gmail.com>2015-06-12 13:12:24 +0300
commit6c44265bc96bf4ed2d40390045f18dc03602442a (patch)
treec6a1eda3c3dc7df79a1cc44daa9abc6352cb38ee /source/blender/imbuf/IMB_imbuf.h
parent34c3beb339256005c726ae9a098624c5308f54b0 (diff)
Merge all changes to blenderplayer from gooseberry branch:
* Allows sound playback for movies * Allow play-pause with space button * Allow displaying a position indicator with the I button
Diffstat (limited to 'source/blender/imbuf/IMB_imbuf.h')
-rw-r--r--source/blender/imbuf/IMB_imbuf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/imbuf/IMB_imbuf.h b/source/blender/imbuf/IMB_imbuf.h
index ed16c670002..2a976092fd3 100644
--- a/source/blender/imbuf/IMB_imbuf.h
+++ b/source/blender/imbuf/IMB_imbuf.h
@@ -279,7 +279,7 @@ int IMB_anim_get_duration(struct anim *anim, IMB_Timecode_Type tc);
* and frs_sec and frs_sec_base untouched if none available!)
*/
bool IMB_anim_get_fps(struct anim *anim,
- short *frs_sec, float *frs_sec_base);
+ short *frs_sec, float *frs_sec_base, bool no_av_base);
/**
*