Re: Strange ouput when playing wmv files -?CMediaBuffer_xxx() called, Query failed!
John Brown <[email protected]> Sat, 23 Feb 2008 10:31:29 -0500
| Newsgroups | gmane.comp.video.mplayer.cygwin |
|---|---|
| Message-ID | <[email protected]> |
Reimar Doeffinger wrote: > > On Sat, Feb 23, 2008 at 02:53:33PM +0000, John Brown wrote: >> Reimar Doeffinger stud.uni-karlsruhe.de> writes: >> >>> >>> Hello, >>> On Thu, Feb 14, 2008 at 03:25:15PM -0500, Compn wrote: >>>>>It does this only for .wmv files. It may be specific to WMV3, but I am >>>>>not sure. >>>> >>>> >>>> ah yes, there were a bunch of commits to the dmo stuff >>>> -vfm ffmpeg should workaround the problem. >>>> cant tell which commit did this, ping voroshi or reimar or diego... >>> >>> Well, I looked at the files and all these messages seemed very much disabled >>> to me, so I have no idea what would be going wrong. >>> >> >> The offending lines are the "Debug xxx()" lines in loader/dmo/buffer.c, >> and they can be suppressed by changing the lines in loader/dshow/guids.h >> >> #define Debug if(1) >> //#define Debug if(0) >> >> to >> >> //#define Debug if(1) >> #define Debug if(0) > > This is already the way it is (you can be certain I verified that the > first time around), your fault for changing it. I am not sure what you mean. Up until yesterday, I updated svn, but I was still getting the messages. I decided that it had to be something simple, so a few minutes ago, I tried to fix it myself and I found the always-true definition of Debug, which I certainly did not put there. While we are on the subject, maybe: #define Debug if(MP_DEBUG) would be better. By the way, there may be a problem with the makefile. When I applied my patch and ran make, MPlayer was not rebuilt. I forced it by deleting loader/dmo/*.o . _________________________________________________________________ Connect and share in new ways with Windows Live. http://www.windowslive.com/share.html?ocid=TXT_TAGHM_Wave2_sharelife_012008