Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals

xdvshow-info.c File Reference

#include <stdio.h>
#include "xdvshow-info.h"

Include dependency graph for xdvshow-info.c:

Include dependency graph

Go to the source code of this file.

Functions

void show_version (void)
 shows the xdvshow version.

void show_usage (char *argv0)
 prints a help message.


Function Documentation

void show_usage char *  argv0  ) 
 

prints a help message.

Definition at line 73 of file xdvshow-info.c.

Referenced by main().

00074 { 00075 printf("Usage : %s [options]\n\n", argv0); 00076 00077 printf("<options>\n"); 00078 printf("-v : show version number\n"); 00079 printf("-h : show this help message\n"); 00080 printf("-f file : input from file\n"); 00081 printf("-A device : enable audio using device\n"); 00082 #if (HAVE_SDL || HAVE_SDL11) 00083 printf("-F : enable fullscreen\n"); 00084 printf("-z : enable zoom (change display resolution)\n"); 00085 printf("-Z : enable zoom (scale video)\n"); 00086 printf("-D : enable deinterlace\n"); 00087 printf("-o : disable hw overlay with SDL\n"); 00088 #endif /* HAVE_SDL || HAVE_SDL11*/ 00089 printf("-4 : use IPv4\n"); 00090 #ifdef ENABLE_INET6 00091 printf("-6 : use IPv6\n"); 00092 #endif /* ENABLE_INET6 */ 00093 printf("-j addr : join multicast group\n"); 00094 printf("-r host : packet reflector name/address\n"); 00095 printf("-P port : set UDP port number\n"); 00096 printf("-S : stereo\n"); 00097 #if (LINUX && HAVE_LIBRAW1394) || FREEBSD_5 00098 printf("-i : use ieee1394 interface for DV acquisition\n"); 00099 #endif /* (DLINUX && HAVE_LIBRAW1394) || DFREEBSD_5 */ 00100 printf("\n"); 00101 printf("-d : dump displayed dv data\n"); 00102 printf("\n"); 00103 #if (HAVE_SDL || HAVE_SDL11) 00104 printf("-s : use SDL for display (default)\n"); 00105 printf("-x : use X11 for display (no fs available)\n"); 00106 #else /* HAVE_SDL */ 00107 printf("-x : use X11 for display (no fs available, default)\n"); 00108 #endif 00109 00110 }

void show_version void   ) 
 

shows the xdvshow version.

Definition at line 62 of file xdvshow-info.c.

Referenced by main().

00063 { 00064 printf("xdvshow version %s\n", VERSION); 00065 printf("2003, 2004 Milos Liska (xliska@fi.muni.cz)\n"); 00066 printf("This product includes software developed by Akimichi OGAWA.\n"); 00067 }


Generated on Wed Nov 3 19:19:02 2004 for xdvshow by doxygen 1.3.7