mlt_properties.c: fix some documentation
[melted] / src / framework / mlt_filter.c
index 6723d2f..3d81429 100644 (file)
@@ -18,8 +18,6 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#include "config.h"
-
 #include "mlt_filter.h"
 #include "mlt_frame.h"
 
@@ -182,7 +180,7 @@ static int filter_get_frame( mlt_service service, mlt_frame_ptr frame, int index
                }
                else
                {
-                       *frame = mlt_frame_init( );
+                       *frame = mlt_frame_init( service );
                        return 0;
                }
        }