[Mplayer-cvslog] CVS: main cfg-common.h,1.108,1.109

Arpi of Ize arpi at mplayerhq.hu
Sun Aug 24 20:09:31 CEST 2003


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv24780

Modified Files:
	cfg-common.h 
Log Message:
- re-added the old and (no more used) option -tsfastparse with a
CONF_TYPE_PRINT
- option -tsprog <number> to specify the chosen program (-vid and -aid
still override the single stream pids)
patch by Nico <nsabbi at libero.it>


Index: cfg-common.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-common.h,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- cfg-common.h	17 Aug 2003 20:42:06 -0000	1.108
+++ cfg-common.h	24 Aug 2003 18:09:28 -0000	1.109
@@ -181,7 +181,9 @@
 
         {"flip", &flip, CONF_TYPE_FLAG, 0, -1, 1, NULL},
         {"noflip", &flip, CONF_TYPE_FLAG, 0, -1, 0, NULL},
-	{"tsfastparse", &ts_fastparse, CONF_TYPE_INT, 0, 0, 0, NULL},
+	{"tsfastparse", "-tsfastparse isn't a valid option anymore.\n", CONF_TYPE_PRINT, CONF_NOCFG ,0,0, NULL
+},
+	{"tsprog", &ts_prog, CONF_TYPE_INT, CONF_RANGE, 0, 65534, NULL},
 
 	// draw by slices or whole frame (useful with libmpeg2/libavcodec)
 	{"slices", &vd_use_slices, CONF_TYPE_FLAG, 0, 0, 1, NULL},
@@ -282,7 +284,7 @@
 extern char* audio_stream;
 extern char* sub_stream;
 extern int demuxer_type, audio_demuxer_type, sub_demuxer_type;
-extern int ts_fastparse;
+extern int ts_prog;
 
 #include "libmpdemux/tv.h"
 



More information about the MPlayer-cvslog mailing list