]> git.sesse.net Git - mlt/commit
mlt_log.[hc], mlt_transition.c, mlt_tractor.c, mlt_repository.c, mlt_properties.c,
authorddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Tue, 13 Jan 2009 06:17:43 +0000 (06:17 +0000)
committerddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Tue, 13 Jan 2009 06:17:43 +0000 (06:17 +0000)
commit51f99c29759e71318c4c575f8a68cf1b5d1c5137
treeb318d6db5fb428b437b09331aa076428c8b2b494
parent60a3b9ce71d1e69c26f4359cee87358fe944f86e
mlt_log.[hc], mlt_transition.c, mlt_tractor.c, mlt_repository.c, mlt_properties.c,
mlt_producer.c, mlt_pool.c, mlt_events.c, mlt_consumer.c, mlt.h, Makefile:
add logging system based on FFmpeg's.

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@1313 d19143bc-622f-0410-bfdd-b5b2a6649095
12 files changed:
src/framework/Makefile
src/framework/mlt.h
src/framework/mlt_consumer.c
src/framework/mlt_events.c
src/framework/mlt_log.c [new file with mode: 0644]
src/framework/mlt_log.h [new file with mode: 0644]
src/framework/mlt_pool.c
src/framework/mlt_producer.c
src/framework/mlt_properties.c
src/framework/mlt_repository.c
src/framework/mlt_tractor.c
src/framework/mlt_transition.c