[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
- Previous message: [Mplayer-cvslog] CVS: main/etc codecs.conf,1.314,1.315
- Next message: [Mplayer-cvslog] CVS: main/libvo mga_common.c,1.57,1.58 video_out.c,1.80,1.81 video_out.h,1.53,1.54 vo_directx.c,1.23,1.24 vo_dxr2.c,1.16,1.17 vo_dxr3.c,1.118,1.119 vo_gl.c,1.37,1.38 vo_gl2.c,1.38,1.39 vo_x11.c,1.135,1.136 vo_xmga.c,1.85,1.86 vo_xover.c,1.5,1.6 vo_xv.c,1.150,1.151 vo_xvidix.c,1.65,1.66 vo_xvmc.c,1.8,1.9 w32_common.c,1.2,1.3 w32_common.h,1.1,1.2 x11_common.c,1.159,1.160 x11_common.h,1.33,1.34
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
- Previous message: [Mplayer-cvslog] CVS: main/etc codecs.conf,1.314,1.315
- Next message: [Mplayer-cvslog] CVS: main/libvo mga_common.c,1.57,1.58 video_out.c,1.80,1.81 video_out.h,1.53,1.54 vo_directx.c,1.23,1.24 vo_dxr2.c,1.16,1.17 vo_dxr3.c,1.118,1.119 vo_gl.c,1.37,1.38 vo_gl2.c,1.38,1.39 vo_x11.c,1.135,1.136 vo_xmga.c,1.85,1.86 vo_xover.c,1.5,1.6 vo_xv.c,1.150,1.151 vo_xvidix.c,1.65,1.66 vo_xvmc.c,1.8,1.9 w32_common.c,1.2,1.3 w32_common.h,1.1,1.2 x11_common.c,1.159,1.160 x11_common.h,1.33,1.34
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list