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:
authorJoerg Mueller <nexyon@gmail.com>2010-02-19 15:20:29 +0300
committerJoerg Mueller <nexyon@gmail.com>2010-02-19 15:20:29 +0300
commitf09dc08523e5f5f995e8bb163ddd7e6b86f9cd60 (patch)
tree855dc2d4f38b3a8852d02c4e8b431135e11c1c83 /source/blender/editors/include/ED_screen_types.h
parent92927e5f7d094fa1e7262fee95682fb2d588682a (diff)
Enabling AV-sync again. You can now choose between No sync, Frame Dropping or AV-sync.
Diffstat (limited to 'source/blender/editors/include/ED_screen_types.h')
-rw-r--r--source/blender/editors/include/ED_screen_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/include/ED_screen_types.h b/source/blender/editors/include/ED_screen_types.h
index cff454d5bff..8580dcc33c9 100644
--- a/source/blender/editors/include/ED_screen_types.h
+++ b/source/blender/editors/include/ED_screen_types.h
@@ -47,7 +47,7 @@ enum {
ANIMPLAY_FLAG_JUMPED = (1<<1),
/* drop frames as needed to maintain framerate */
ANIMPLAY_FLAG_SYNC = (1<<2),
- /* don't drop frames (and ignore AUDIO_SYNC flag) */
+ /* don't drop frames (and ignore SCE_FRAME_DROP flag) */
ANIMPLAY_FLAG_NO_SYNC = (1<<3),
};