[Mplayer-cvslog] CVS: main/libmpcodecs vd_ffmpeg.c,1.112,1.113

Michael Niedermayer CVS michael at mplayerhq.hu
Sun Nov 30 15:45:45 CET 2003


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

Modified Files:
	vd_ffmpeg.c 
Log Message:
ffrv20 decoder


Index: vd_ffmpeg.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_ffmpeg.c,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- vd_ffmpeg.c	26 Nov 2003 20:58:41 -0000	1.112
+++ vd_ffmpeg.c	30 Nov 2003 14:45:42 -0000	1.113
@@ -251,7 +251,9 @@
 #endif
     }
     if(   sh->format == mmioFOURCC('R', 'V', '1', '0')
-       || sh->format == mmioFOURCC('R', 'V', '1', '3')){
+       || sh->format == mmioFOURCC('R', 'V', '1', '3')
+       || sh->format == mmioFOURCC('R', 'V', '2', '0')
+       ){
         avctx->extradata_size= 8;
         avctx->extradata = malloc(avctx->extradata_size);
         if(sh->bih->biSize!=sizeof(*sh->bih)+8){
@@ -677,7 +679,8 @@
 
 //    if(sh->ds->demuxer->type == DEMUXER_TYPE_REAL){
     if(   sh->format == mmioFOURCC('R', 'V', '1', '0')
-       || sh->format == mmioFOURCC('R', 'V', '1', '3'))
+       || sh->format == mmioFOURCC('R', 'V', '1', '3')
+       || sh->format == mmioFOURCC('R', 'V', '2', '0'))
     if(sh->bih->biSize==sizeof(*sh->bih)+8){
         int i;
         dp_hdr_t *hdr= (dp_hdr_t*)data;



More information about the MPlayer-cvslog mailing list