[MPlayer-cvslog] r24543 - trunk/libmpcodecs/vd_ffmpeg.c

reimar subversion at mplayerhq.hu
Sun Sep 16 13:52:05 CEST 2007


Author: reimar
Date: Sun Sep 16 13:52:05 2007
New Revision: 24543

Log:
Make vd_ffmpeg work with lavf demuxer also for RealVideo.


Modified:
   trunk/libmpcodecs/vd_ffmpeg.c

Modified: trunk/libmpcodecs/vd_ffmpeg.c
==============================================================================
--- trunk/libmpcodecs/vd_ffmpeg.c	(original)
+++ trunk/libmpcodecs/vd_ffmpeg.c	Sun Sep 16 13:52:05 2007
@@ -754,7 +754,7 @@ static mp_image_t* decode(sh_video_t *sh
 
     avctx->hurry_up=(flags&3)?((flags&2)?2:1):0;
 
-//    if(sh->ds->demuxer->type == DEMUXER_TYPE_REAL){
+    if(sh->ds->demuxer->type != DEMUXER_TYPE_LAVF)
     if(   sh->format == mmioFOURCC('R', 'V', '1', '0')
        || sh->format == mmioFOURCC('R', 'V', '1', '3')
        || sh->format == mmioFOURCC('R', 'V', '2', '0')



More information about the MPlayer-cvslog mailing list