[mythtv] Compile error with SVN 10553

Martin Ebourne lists at ebourne.me.uk
Sun Jul 16 12:38:57 UTC 2006


On Sun, 16 Jul 2006 14:56:55 +0300, Otto Kolsi wrote:
> QString): transcode.cpp:799: error: class NuppelVideoPlayer has
> no member named GetAspectRatio
> transcode.cpp:801: error: class NuppelVideoPlayer has no member
> named GetAspectRatio
> make[2]: *** [transcode.o] Error 1

I've just got that too, also r10553.

It is caused by this commit:

  r10548 | ijr | 2006-07-16 08:36:00 +0100 (Sun, 16 Jul 2006) | 6 lines
  Handle size and aspect ratio changes when transcoding to nuv.
  Very slight nuv format mod to allow format changes mid-stream.
  Only handles aspect changing for now - transcoding goes to 1 output res
  at a time, anyway.
  Fixes #1853.

in transcode.cpp it has this new code:

            if (video_aspect != nvp->GetAspectRatio())
            {
                video_aspect = nvp->GetAspectRatio();
                nvr->SetNewVideoParams(video_aspect);
            }

but NVP does not have that method. Not sure what the intention was, or if
NVP.* was just not committed by accident.

Cheers,

Martin.



More information about the mythtv-dev mailing list