Re: Strange ouput when playing wmv files -?CMediaBuffer_xxx() called, Query failed!
Reimar Döffinger <[email protected]> Sat, 23 Feb 2008 16:45:10 +0100
| Newsgroups | gmane.comp.video.mplayer.cygwin |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Feb 23, 2008 at 10:31:29AM -0500, John Brown wrote: > Reimar Doeffinger wrote: > > On Sat, Feb 23, 2008 at 02:53:33PM +0000, John Brown wrote: > >> Reimar Doeffinger stud.uni-karlsruhe.de> writes: > >>> 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. Then obviously you have gnomes in your PC than randomly change code: http://svn.mplayerhq.hu/mplayer/trunk/loader/dshow/guids.h?view=annotate > 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 . if you want that you have to use make depend Greetings, Reimar Döffinger