]> git.sesse.net Git - mlt/commit
First draft of event handling
authorlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Thu, 2 Sep 2004 11:20:19 +0000 (11:20 +0000)
committerlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Thu, 2 Sep 2004 11:20:19 +0000 (11:20 +0000)
commit909d149697331a560edb1924f58fc58c5a25aaea
tree333b95ebeb7a664d7a90996c86a317a2d4518e6e
parent4dbf3ebb9b3642a02300bd2388c6b2211160cb5a
First draft of event handling

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@403 d19143bc-622f-0410-bfdd-b5b2a6649095
12 files changed:
src/framework/Makefile
src/framework/mlt_events.c [new file with mode: 0644]
src/framework/mlt_events.h [new file with mode: 0644]
src/framework/mlt_playlist.c
src/framework/mlt_playlist.h
src/framework/mlt_producer.c
src/framework/mlt_properties.c
src/framework/mlt_properties.h
src/framework/mlt_property.c
src/framework/mlt_service.c
src/framework/mlt_types.h
src/modules/plus/transition_affine.c