[mythtv] [PATCH] FILL_POS_MAP Changes 20040706 (was: mythtv commits)

Chris Pinkham cpinkham at bc2va.org
Thu Jul 8 20:12:52 EDT 2004


> On Tuesday 06 July 2004 05:40, mythtv at cvs.mythtv.org wrote:
> > ---------------------------------------------------------------------------
> >- Changes committed by cpinkham on Tue Jul  6 03:39:10 2004
> >
> > Modified Files:
> >    in mythtv/programs/mythbackend:
> >         mainserver.cpp
> > Log Message:
> >
> > * Make sure that SendResponse() in MainServer::HandleRecorderQuery() has
> > 	something to send back in cases where the FILL_POSITION_MAP command
> > 	doesn't find any keyframe info to return.
> 
> Shouldn't this patch also have included something like the attached changes?
> 
> Kenneth

> +    if (listsize < 4)
> +        return;

Looks reasonable, so committed.   I never got that far down into the code
because the problem I was seeing was caused by the fact that the frontend
was waiting for a reply but never got one (hence I added the "ok" reply).

-- 

Chris



More information about the mythtv-dev mailing list