]> git.sesse.net Git - mlt/commitdiff
producer_vorbis.c, producer_avformat.c, consumer_avformat.c:
authorddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Tue, 10 Feb 2009 06:25:30 +0000 (06:25 +0000)
committerddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Tue, 10 Feb 2009 06:25:30 +0000 (06:25 +0000)
update headers in services for framework changes with addition of mlt_cache

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@1345 d19143bc-622f-0410-bfdd-b5b2a6649095

src/modules/avformat/consumer_avformat.c
src/modules/avformat/producer_avformat.c
src/modules/vorbis/producer_vorbis.c

index 5a24e96ebb73847b1301624dc906fc4edb5d3b06..4b44f32e6aa42a2c2912e5d032696e03ed16378f 100644 (file)
@@ -22,6 +22,7 @@
 // mlt Header files
 #include <framework/mlt_consumer.h>
 #include <framework/mlt_frame.h>
+#include <framework/mlt_profile.h>
 
 // System header files
 #include <stdio.h>
index 3d94ed4816bef2086983ee961fd54d357bf935ba..d2099396102fe10191dfe7c678477b86d9d21e22 100644 (file)
@@ -22,6 +22,7 @@
 // MLT Header files
 #include <framework/mlt_producer.h>
 #include <framework/mlt_frame.h>
+#include <framework/mlt_profile.h>
 
 // ffmpeg Header files
 #include <avformat.h>
index 30c718fe4aead2a33cb3ed5b675a4c10c3c3a20d..1c1e7ced5d518b6ac19b830e1b31e0abed75d080 100644 (file)
@@ -21,6 +21,7 @@
 // MLT Header files
 #include <framework/mlt_producer.h>
 #include <framework/mlt_frame.h>
+#include <framework/mlt_profile.h>
 
 // vorbis Header files
 #include <vorbis/codec.h>