Re: Re: [linux-dvb] Re: mplayer playback through dvb takes 100% cpu time
Dirk <[email protected]>
| Newsgroups | gmane.comp.video.mplayer.user.dvb,gmane.linux.drivers.dvb |
|---|---|
| Message-ID | <[email protected]> |
Soeren Sonnenburg wrote:
>On Fri, 2004-01-09 at 21:53, Michael Hunold wrote:
>
>
>[bug explanation]
>
>
>>Please try to comment out the above line and the closing brace of the
>>sleeping code in order to force mplayer to sleep. For me, it "solved"
>>the 100% CPU usage bug.
>>
>>
>
>yes commenting out helps and this line should fix it for the general case:
>
>if((time_frame>0.001 && !(vo_flags&256)) || !((vo_flags&256) && !(strcmp(audio_out->info->short_name,"mpegpes"))) ) {
>
>
commenting out also helped for me. Thank you very much.
I didn't try the above "long" line. But I expect it to work too.
Thank you again,
Dirk