Index: wp-includes/post-formats.php
--- wp-includes/post-formats.php
+++ wp-includes/post-formats.php
@@ -941,7 +941,7 @@
 
 	$extra = get_the_remaining_content( $more_link_text, $strip_teaser, $post->ID );
 
-	remove_filter( 'the_content', 'post_formats_compat', 7 );
+	remove_filter( 'the_content', 'post_formats_compat', 7, 2 );
 	$content = apply_filters( 'the_content', $extra, $post->ID );
 	add_filter( 'the_content', 'post_formats_compat', 7, 2 );
 
