Update of /cvsroot/xine/xine-lib/src/video_out
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv30889/src/video_out
Modified Files:
deinterlace.c deinterlace.h
Log Message:
Make deinterlace_methods a static constant rather than an extern, as it's just
an array of strings.
Index: deinterlace.c
===================================================================
RCS file: /cvsroot/xine/xine-lib/src/video_out/deinterlace.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- deinterlace.c 6 Dec 2003 18:11:56 -0000 1.26
+++ deinterlace.c 20 Feb 2007 00:47:55 -0000 1.27
@@ -845,15 +845,3 @@
return 0;
}
-char *deinterlace_methods[] = {
- "none",
- "bob",
- "weave",
- "greedy",
- "onefield",
- "onefield_xv",
- "linearblend",
- NULL
-};
-
-
Index: deinterlace.h
===================================================================
RCS file: /cvsroot/xine/xine-lib/src/video_out/deinterlace.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- deinterlace.h 24 Apr 2003 17:39:05 -0000 1.8
+++ deinterlace.h 20 Feb 2007 00:47:55 -0000 1.9
@@ -41,6 +41,15 @@
#define DEINTERLACE_ONEFIELDXV 5
#define DEINTERLACE_LINEARBLEND 6
-extern char *deinterlace_methods[];
+static const char *deinterlace_methods[] = {
+ "none",
+ "bob",
+ "weave",
+ "greedy",
+ "onefield",
+ "onefield_xv",
+ "linearblend",
+ NULL
+};
#endif
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog