diff mencoder.c @ 21370:b806ccbc6398

Remove some of the worst "headers include headers which include completely unrelated headers" mess.
author reimar
date Wed, 29 Nov 2006 14:08:24 +0000
parents dc98645820b7
children 8a0377eabdb3
line wrap: on
line diff
--- a/mencoder.c	Wed Nov 29 13:49:48 2006 +0000
+++ b/mencoder.c	Wed Nov 29 14:08:24 2006 +0000
@@ -199,7 +199,7 @@
 int   subcc_enabled=0;
 int   suboverlap_enabled = 1;
 
-static sub_data* subdata=NULL;
+sub_data* subdata=NULL;
 float sub_last_pts = -303;
 
 int auto_expand=1;