Class rework and simplification
authorlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Mon, 16 Aug 2004 15:55:43 +0000 (15:55 +0000)
committerlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Mon, 16 Aug 2004 15:55:43 +0000 (15:55 +0000)
commit01116637238e74419971afc26311c7a65b7b43aa
tree227b6da7ba82138c4d460b4cf9eda9fd1746f142
parent4bf33d8de1c1887c6386f8d151c479ae0631a9aa
Class rework and simplification

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt++@369 d19143bc-622f-0410-bfdd-b5b2a6649095
20 files changed:
mlt++/README
mlt++/src/MltConsumer.cpp
mlt++/src/MltConsumer.h
mlt++/src/MltFactory.cpp
mlt++/src/MltFactory.h
mlt++/src/MltFilter.cpp
mlt++/src/MltFilter.h
mlt++/src/MltFrame.cpp
mlt++/src/MltFrame.h
mlt++/src/MltPlaylist.cpp
mlt++/src/MltPlaylist.h
mlt++/src/MltProducer.cpp
mlt++/src/MltProducer.h
mlt++/src/MltProperties.cpp
mlt++/src/MltProperties.h
mlt++/src/MltService.cpp
mlt++/src/MltService.h
mlt++/src/MltTransition.cpp
mlt++/src/MltTransition.h
mlt++/test/play.cpp