[Ffmpeg-cvslog] CVS: ffmpeg cmdutils.h,1.5,1.6

Fabrice Bellard bellard
Fri Jun 3 16:07:49 CEST 2005


Update of /cvsroot/ffmpeg/ffmpeg
In directory mail:/var2/tmp/cvs-serv3332

Modified Files:
	cmdutils.h 
Log Message:
subtitle option

Index: cmdutils.h
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/cmdutils.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- cmdutils.h	16 Oct 2004 23:44:16 -0000	1.5
+++ cmdutils.h	3 Jun 2005 14:07:47 -0000	1.6
@@ -13,7 +13,8 @@
 #define OPT_GRAB   0x0040
 #define OPT_INT    0x0080
 #define OPT_FLOAT  0x0100
-    union {
+#define OPT_SUBTITLE 0x0200
+     union {
         void (*func_arg)(const char *);
         int *int_arg;
         char **str_arg;





More information about the ffmpeg-cvslog mailing list