[Mplayer-cvslog] CVS: main/libmpdemux demux_viv.c,1.16,1.17
Alex Beregszaszi
alex at mplayer.dev.hu
Sat Dec 15 17:49:47 CET 2001
Update of /cvsroot/mplayer/main/libmpdemux
In directory mplayer:/var/tmp.root/cvs-serv5823
Modified Files:
demux_viv.c
Log Message:
-vivo version option added
Index: demux_viv.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demux_viv.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- demux_viv.c 15 Dec 2001 16:44:41 -0000 1.16
+++ demux_viv.c 15 Dec 2001 16:49:45 -0000 1.17
@@ -16,6 +16,7 @@
#include "bswap.h"
/* parameters ! */
+int vivo_param_version = -1;
char *vivo_param_acodec = NULL;
int vivo_param_abitrate = -1;
int vivo_param_samplerate = -1;
@@ -547,6 +548,8 @@
h263_decode_picture_header(demuxer->video->buffer);
+ if (vivo_param_version != -1)
+ priv->version = '0' + vivo_param_version;
{ sh_video_t* sh=new_sh_video(demuxer,0);
More information about the MPlayer-cvslog
mailing list