summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xine/post.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xine/post.c b/xine/post.c
index d982bdd4..24bd99bc 100644
--- a/xine/post.c
+++ b/xine/post.c
@@ -509,7 +509,7 @@ static post_element_t **_pplugin_join_deinterlace_and_post_elements(fe_t *fe, in
{
post_element_t **post_elements;
int i = 0, j = 0, n = 0, p = 0;
- static const char *order[] = {"autocrop", "tvtime", "NULL"};
+ static const char *order[] = {"autocrop", "tvtime", NULL};
*post_elements_num = 0;
if( fe->post_video_enable )