[Mplayer-cvslog] CVS: main/libmpdemux demux_real.c,1.19,1.20
Arpi of Ize
arpi at mplayerhq.hu
Mon Aug 12 02:04:40 CEST 2002
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv24222
Modified Files:
demux_real.c
Log Message:
RV40 support
Index: demux_real.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demux_real.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- demux_real.c 5 Aug 2002 03:13:45 -0000 1.19
+++ demux_real.c 12 Aug 2002 00:04:37 -0000 1.20
@@ -8,6 +8,9 @@
TODO: fix the whole syncing mechanism
$Log$
+ Revision 1.20 2002/08/12 00:04:37 arpi
+ RV40 support
+
Revision 1.19 2002/08/05 03:13:45 arpi
fixed 'eof at 66s' bug
@@ -518,7 +521,8 @@
ds_add_packet(ds, dp);
} else
if (sh_video != NULL) {
- if (sh_video->format==0x30335652 ||
+ if (sh_video->format==0x30345652 ||
+ sh_video->format==0x30335652 ||
sh_video->format==0x30325652 ) {
// we need a more complicated demuxing
// a block may contain multiple packets
@@ -1064,6 +1068,9 @@
break;
case 0x30202002:
/* codec id: rv30 */
+ break;
+ case 0x40000000:
+ /* codec id: rv40 */
break;
default:
/* codec id: none */
More information about the MPlayer-cvslog
mailing list