User Activity

  • Posted a comment on discussion pFUnit Documentation on pFUnit

    I am look for a (very simple) instruction of how to use the mock support of pFUnit. Let's assume, I have the following simple program/modules: module test1_mod contains subroutine s1(a, b) implicit none real(8), intent(in) :: a real(8), intent(out) :: b b = a + 1 end subroutine s1 end module test1_mod module test2_mod contains subroutine t1(a, b) use test1_mod, only: s1 implicit none real(8), intent(in) :: a real(8), intent(out) :: b call s1(a, b) end subroutine t1 subroutine t2(a, b) implicit none...

  • Posted a comment on ticket #88 on VDR xine-lib output device

    Thank you for your answer and sorry: I think I found the problem. I just saw an warning, that I have to increase the engine.buffers.audio_num_buffers I then realized, that for what ever reasons, I had decreased the setting engine.buffers.video_num_buffers Now with the settings (in config_xineliboutput): # number of audio buffers # numeric, default: 230 engine.buffers.audio_num_buffers:750 # number of video buffers # numeric, default: 500 engine.buffers.video_num_buffers:500 it seems to work.

  • Created ticket #88 on VDR xine-lib output device

    cXinelibServer::Play Buffer overflow (TCP/PIPE)

View All

Personal Data

Username:
jherb
Joined:
2008-06-07 15:55:14

Projects

  • No projects to display.

Personal Tools