code cleanup: rename sequencer types to SEQ_TYPE_*** and use enums rather then defines.

This commit is contained in:
2012-06-07 15:49:02 +00:00
parent 3916414709
commit 105b1031dd
20 changed files with 435 additions and 430 deletions

View File

@@ -1842,7 +1842,7 @@ void blo_do_versions_pre250(FileData *fd, Library *lib, Main *main)
if (ed) {
SEQ_BEGIN (sce->ed, seq)
{
if (seq->type == SEQ_IMAGE || seq->type == SEQ_MOVIE)
if (seq->type == SEQ_TYPE_IMAGE || seq->type == SEQ_TYPE_MOVIE)
seq->flag |= SEQ_MAKE_PREMUL;
}
SEQ_END